index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
|
|
Merge pull request #6020 from bunnei/shutdown-crash-2
LC
2021-03-02
1
-12
/
+1
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
core: Shutdown: Move kernel cleanup to later in shutdown.
bunnei
2021-03-01
1
-12
/
+1
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #6019 from Kelebek1/bcat
bunnei
2021-03-01
2
-3
/
+3
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Fix default bcat_backend init
Kelebek1
2021-03-02
2
-3
/
+3
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #6016 from ameerj/remove-async-nvdec
Morph
2021-03-01
3
-26
/
+8
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
gpu_thread: Remove Async NVDEC placeholders
ameerj
2021-02-28
3
-26
/
+8
|
/
/
/
/
/
*
|
|
|
|
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 #5984 from jbeich/gcc-freebsd
bunnei
2021-02-27
2
-0
/
+2
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
video_core: add missing header after 468bd9c1b0f9
Jan Beich
2021-02-23
1
-0
/
+1
|
*
|
|
|
|
common: add missing header after f3805376f726
Jan Beich
2021-02-23
1
-0
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #5953 from bunnei/memory-refactor-1
bunnei
2021-02-27
56
-1212
/
+1690
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-18
24
-147
/
+131
|
*
|
|
|
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
|
*
|
|
|
common: Add implementation of TinyMT (Mersenne Twister RNG).
bunnei
2021-02-18
2
-0
/
+251
|
*
|
|
|
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
|
*
|
|
|
common: alignment: Add DivideUp utility method.
bunnei
2021-02-18
1
-0
/
+5
|
*
|
|
|
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
*
|
|
|
|
|
Merge pull request #5997 from Kelebek1/Depth
bunnei
2021-02-26
5
-1
/
+17
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Implement glDepthRangeIndexeddNV
Kelebek1
2021-02-24
5
-1
/
+17
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #5977 from Morph1984/stub-acc
bunnei
2021-02-24
1
-1
/
+17
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
acc: Stub GetNintendoAccountUserResourceCacheForApplication
Morph
2021-02-21
1
-1
/
+17
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #5981 from lat9nq/ci-add-clang
LC
2021-02-22
4
-1
/
+50
|
\
\
\
\
\
|
*
|
|
|
|
ci: Add clang build scripts
lat9nq
2021-02-22
4
-1
/
+50
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #5936 from Kelebek1/Offsets
bunnei
2021-02-21
3
-9
/
+34
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Review 1
Kelebek1
2021-02-15
2
-3
/
+3
|
*
|
|
|
Implement texture offset support for TexelFetch and TextureGather and add off...
Kelebek1
2021-02-15
3
-9
/
+34
*
|
|
|
|
Merge pull request #5971 from ameerj/reslimit-dtor
bunnei
2021-02-20
4
-2
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
kernel: Fix resource release exception on exit
ameerj
2021-02-20
4
-2
/
+16
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #5965 from Morph1984/shader-count
Ameer J
2021-02-20
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
gl_disk_shader_cache: Log total shader entries count on game load
Morph
2021-02-20
1
-0
/
+4
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #5964 from bunnei/timing-fix
bunnei
2021-02-19
2
-7
/
+28
|
\
\
\
\
\
|
*
|
|
|
|
common: wall_clock: Fix integer overflow with StandardWallClock.
bunnei
2021-02-19
2
-7
/
+28
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #5924 from ReinUsesLisp/inline-bindings
bunnei
2021-02-19
4
-24
/
+24
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
vk_update_descriptor: Inline and improve code for binding buffers
ReinUsesLisp
2021-02-13
4
-24
/
+24
[prev]
[next]