index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Service/Audio: add hwopus service, stub GetWorkBufferSize function
mailwl
2018-06-25
4
-0
/
+53
*
Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader ...
David
2018-06-23
2
-34
/
+21
*
Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes prope...
David
2018-06-22
2
-44
/
+76
*
Merge pull request #579 from SciresM/master
bunnei
2018-06-22
12
-9
/
+312
|
\
|
*
Kernel/Arbiters: Fix casts, cleanup comments/magic numbers
Michael Scire
2018-06-22
4
-17
/
+27
|
*
Add additional missing format.
Michael Scire
2018-06-21
2
-21
/
+27
|
*
Run clang-format on PR.
Michael Scire
2018-06-21
3
-180
/
+181
|
*
Kernel/Arbiters: HLE is atomic, adjust code to reflect that.
Michael Scire
2018-06-21
2
-37
/
+13
|
*
Kernel/Arbiters: Initialize arb_wait_address in thread struct.
Michael Scire
2018-06-21
3
-1
/
+7
|
*
Kernel/Arbiters: Clear WaitAddress in SignalToAddress
Michael Scire
2018-06-21
1
-0
/
+1
|
*
Kernel/Arbiters: Mostly implement SignalToAddress
Michael Scire
2018-06-21
5
-11
/
+111
|
*
Kernel/Arbiters: Implement WaitForAddress
Michael Scire
2018-06-21
5
-6
/
+71
|
*
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
Michael Scire
2018-06-21
7
-9
/
+147
*
|
IPC: skip empty buffer write
mailwl
2018-06-22
1
-0
/
+5
*
|
Merge pull request #577 from mailwl/audren-update
bunnei
2018-06-21
2
-49
/
+60
|
\
\
|
*
|
Service/Audio: update audren:u service
mailwl
2018-06-21
2
-49
/
+60
|
|
/
*
/
Add support for decrypted NCA files (#567)
Zach Hilman
2018-06-21
10
-16
/
+453
|
/
*
Build: Fixed some MSVC warnings in various parts of the code.
Subv
2018-06-20
12
-22
/
+24
*
Implement GetAvailableLanguageCodes2 (#575)
greggameplayer
2018-06-19
1
-4
/
+1
*
Merge pull request #574 from Subv/shader_abs_neg
bunnei
2018-06-18
1
-7
/
+14
|
\
|
*
GPU: Perform negation after absolute value in the float shader instructions.
Subv
2018-06-18
1
-7
/
+14
*
|
Merge pull request #561 from DarkLordZach/fix-odyssey-input-crash
bunnei
2018-06-18
1
-0
/
+4
|
\
\
|
*
|
Narrow down filter of layout configs
Zach Hilman
2018-06-13
2
-10
/
+5
|
*
|
Move loop condition to free function
Zach Hilman
2018-06-13
1
-4
/
+9
|
*
|
Avoid initializing single-joycon layouts with handheld controller
Zach Hilman
2018-06-13
2
-1
/
+5
*
|
|
GPU: Don't mark uniform buffers and registers as used for instructions which ...
Subv
2018-06-18
2
-14
/
+18
|
|
/
|
/
|
*
|
Merge pull request #570 from bunnei/astc
bunnei
2018-06-18
6
-1
/
+1709
|
\
\
|
*
|
gl_rasterizer: Implement texture format ASTC_2D_4X4.
bunnei
2018-06-18
6
-1
/
+1709
*
|
|
Merge pull request #562 from DarkLordZach/extracted-ncas-ui
bunnei
2018-06-18
4
-3
/
+50
|
\
\
\
|
*
|
|
Bug fixes, testing, and review changes
Zach Hilman
2018-06-14
2
-7
/
+20
|
*
|
|
Add 'Load Folder' menu option
Zach Hilman
2018-06-14
3
-0
/
+17
|
*
|
|
Add support for main files in file picker
Zach Hilman
2018-06-14
1
-0
/
+2
|
*
|
|
Recognize main files in game list
Zach Hilman
2018-06-14
1
-2
/
+17
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #572 from Armada651/user-except-stub
bunnei
2018-06-18
1
-0
/
+5
|
\
\
\
|
*
|
|
svc: Add a stub for UserExceptionContextAddr.
Jules Blok
2018-06-18
1
-0
/
+5
*
|
|
|
Merge pull request #571 from Armada651/loose-blend
bunnei
2018-06-18
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
gl_rasterizer: Get loose on independent blending.
Jules Blok
2018-06-18
1
-1
/
+1
*
|
|
|
gl_rasterizer_cache: Loosen things up a bit.
bunnei
2018-06-18
1
-26
/
+8
*
|
|
|
gl_shader_decompiler: Implement LOP instructions.
bunnei
2018-06-17
2
-6
/
+42
*
|
|
|
gl_shader_decompiler: Refactor LOP32I instruction a bit in support of LOP.
bunnei
2018-06-17
2
-57
/
+42
|
/
/
/
*
|
|
gl_shader_decompiler: Implement integer size conversions for I2I/I2F/F2I.
bunnei
2018-06-15
2
-14
/
+43
*
|
|
Merge pull request #564 from bunnei/lop32i_passb
bunnei
2018-06-15
1
-6
/
+12
|
\
\
\
|
*
|
|
gl_shader_decompiler: Implement LOP32I LogicOperation PassB.
bunnei
2018-06-15
1
-6
/
+12
|
|
|
/
|
|
/
|
*
/
|
gl_shader_gen: Set position.w to 1.
bunnei
2018-06-15
1
-0
/
+4
|
/
/
*
|
Merge pull request #560 from Subv/crash_widget
bunnei
2018-06-13
6
-292
/
+0
|
\
\
|
*
|
Qt: Removed the Registers widget.
Subv
2018-06-12
6
-292
/
+0
*
|
|
Merge pull request #556 from Subv/dma_engine
bunnei
2018-06-12
7
-1
/
+237
|
\
\
\
|
*
|
|
GPU: Partially implemented the Maxwell DMA engine.
Subv
2018-06-12
7
-1
/
+237
*
|
|
|
Merge pull request #558 from Subv/iadd32i
bunnei
2018-06-12
2
-2
/
+31
|
\
\
\
\
|
*
|
|
|
GPU: Implemented the iadd32i shader instruction.
Subv
2018-06-12
2
-2
/
+31
|
|
|
/
/
|
|
/
|
|
[next]