index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bsd: Avoid writing empty buffers
Morph
2021-03-16
1
-2
/
+6
*
Merge pull request #6069 from Morph1984/ngWord
bunnei
2021-03-15
1
-2
/
+2
|
\
|
*
system_archive: Update NgWord archive version
Morph
2021-03-14
1
-2
/
+2
*
|
Merge pull request #6054 from Morph1984/time-GetClockSnapshot
bunnei
2021-03-13
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
time: Assign the current time point to the ClockSnapshot
Morph
2021-03-10
1
-0
/
+2
*
|
time: Fix CalculateSpanBetween implementation
Morph
2021-03-10
1
-3
/
+9
|
/
*
common: Fiber: use a reference for YieldTo.
bunnei
2021-03-07
2
-12
/
+7
*
hle: kernel: KThread: Rework dummy threads & fix memory leak.
bunnei
2021-03-05
6
-36
/
+65
*
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
2021-03-05
7
-31
/
+29
*
Merge pull request #6034 from Morph1984/mbedtls
bunnei
2021-03-05
1
-2
/
+0
|
\
|
*
aes_util: Remove malformed mbedtls_cipher_finish function call
Morph
2021-03-05
1
-2
/
+0
*
|
Merge pull request #6006 from bunnei/fiber-unique-ptr
bunnei
2021-03-04
7
-29
/
+31
|
\
\
|
|
/
|
/
|
|
*
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
2021-02-27
7
-29
/
+31
*
|
Merge pull request #5815 from comex/net-error-reform
bunnei
2021-03-02
2
-95
/
+84
|
\
\
|
*
|
[network] Error handling reform
comex
2021-02-28
2
-95
/
+84
*
|
|
core: Shutdown: Move kernel cleanup to later in shutdown.
bunnei
2021-03-01
1
-12
/
+1
|
/
/
*
|
Merge pull request #6007 from bunnei/ldn-error
bunnei
2021-02-28
1
-1
/
+1
|
\
\
|
*
|
core: hle: ldn: Error out on call to Initialization.
bunnei
2021-02-27
1
-1
/
+1
|
|
/
*
|
Merge pull request #5276 from german77/gestures
Morph
2021-02-27
2
-11
/
+240
|
\
\
|
|
/
|
/
|
|
*
Implements touch, pan, pinch and rotation gestures
german
2021-02-27
2
-11
/
+240
*
|
Merge pull request #5953 from bunnei/memory-refactor-1
bunnei
2021-02-27
52
-1211
/
+1433
|
\
\
|
*
|
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-18
23
-146
/
+130
|
*
|
hle: kernel: Migrate MemoryManager to KMemoryManager.
bunnei
2021-02-18
8
-47
/
+48
|
*
|
hle: kernel: Migrate PageLinkedList to KPageLinkedList.
bunnei
2021-02-18
8
-38
/
+41
|
*
|
hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.
bunnei
2021-02-18
18
-476
/
+479
|
*
|
hle: kernel: Migrate SlabHeap to KSlabHeap.
bunnei
2021-02-18
4
-22
/
+21
|
*
|
hle: kernel: Migrate MemoryLayout to KMemoryLayout.
bunnei
2021-02-18
5
-31
/
+30
|
*
|
hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo.
bunnei
2021-02-18
4
-59
/
+54
|
*
|
hle: kernel: memory_manager: Rename AllocateContinuous to AllocateContinuous.
bunnei
2021-02-18
2
-4
/
+28
|
*
|
hle: kernel: KSystemControl does not belong in Memory namespace.
bunnei
2021-02-18
7
-31
/
+38
|
*
|
hle: kernel: memory: PageHeap: Migrate to KPageBitmap class.
bunnei
2021-02-18
4
-197
/
+23
|
*
|
hle: kernel: Add KPageBitmap class.
bunnei
2021-02-18
2
-0
/
+280
|
*
|
hle: kernel: system_control: Add function GenerateRandomU64.
bunnei
2021-02-18
2
-3
/
+5
|
*
|
hle: kernel: Add KSpinLock implementation.
bunnei
2021-02-18
3
-0
/
+89
|
*
|
core: memory: Add templated GetPointer methods.
bunnei
2021-02-18
1
-0
/
+10
|
*
|
hle: kernel: Rename SharedMemory to KSharedMemory.
bunnei
2021-02-18
13
-54
/
+54
*
|
|
Merge pull request #5944 from Morph1984/gc-vibrations
bunnei
2021-02-26
2
-3
/
+130
|
\
\
\
|
*
|
|
hid: Implement GameCube Controller Vibrations
Morph
2021-02-21
2
-3
/
+130
*
|
|
|
acc: Stub GetNintendoAccountUserResourceCacheForApplication
Morph
2021-02-21
1
-1
/
+17
|
/
/
/
*
/
/
kernel: Fix resource release exception on exit
ameerj
2021-02-20
4
-2
/
+16
|
/
/
*
|
Merge pull request #4973 from ameerj/nvdec-opt
bunnei
2021-02-18
2
-3
/
+7
|
\
\
|
*
|
Address PR feedback
ameerj
2021-02-13
2
-4
/
+2
|
*
|
nvdec cleanup
ameerj
2021-02-13
1
-1
/
+7
*
|
|
core: core_timing_util: Optimize core timing math.
bunnei
2021-02-15
3
-98
/
+48
*
|
|
Merge pull request #5939 from Morph1984/web_types
LC
2021-02-15
1
-0
/
+1
|
\
\
\
|
*
|
|
core/CMakeLists: Add web_types.h
Morph
2021-02-15
1
-0
/
+1
*
|
|
|
Merge pull request #4940 from german77/nativeGC
bunnei
2021-02-15
3
-1
/
+89
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
hid: Implement GC controller
german
2021-02-07
3
-1
/
+89
|
|
|
/
|
|
/
|
*
|
|
hle: service: ldn: IUserLocalCommunicationService: Improve the stub.
bunnei
2021-02-13
1
-5
/
+29
*
|
|
hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disab...
bunnei
2021-02-13
3
-3
/
+19
[next]