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
*
settings: Store list of disabled add-ons per title ID
Zach Hilman
2018-12-03
1
-0
/
+5
*
Merge pull request #1842 from lioncash/slot
bunnei
2018-12-03
9
-14
/
+12
|
\
|
*
yuzu/configuration: Make slots private where applicable
Lioncash
2018-12-02
5
-7
/
+2
|
*
yuzu/configuration: Add missing override specifiers to configuration-related ...
Lioncash
2018-12-02
7
-7
/
+7
|
*
yuzu/configuration/configure_input: Default destructor in the cpp file
Lioncash
2018-12-02
2
-0
/
+3
*
|
Merge pull request #1835 from lioncash/cache-global
bunnei
2018-12-03
8
-40
/
+26
|
\
\
|
*
|
filesystem: De-globalize registered_cache_union
Lioncash
2018-12-01
8
-40
/
+26
*
|
|
Merge pull request #1822 from ReinUsesLisp/glsl-scope
bunnei
2018-12-03
1
-250
/
+213
|
\
\
\
|
*
|
|
gl_shader_decompiler: Remove texture temporal in TLD4
ReinUsesLisp
2018-11-28
1
-3
/
+1
|
*
|
|
gl_shader_decompiler: Flip negated if else statement
ReinUsesLisp
2018-11-28
1
-3
/
+3
|
*
|
|
gl_shader_decompiler: Use GLSL scope on instructions unrelated to textures
ReinUsesLisp
2018-11-28
1
-35
/
+10
|
*
|
|
gl_shader_decompiler: Move texture code generation into lambdas
ReinUsesLisp
2018-11-28
1
-97
/
+78
|
*
|
|
gl_shader_decompiler: Clean up texture instructions
ReinUsesLisp
2018-11-28
1
-87
/
+56
|
*
|
|
gl_shader_decompiler: Scope GLSL variables with a scoped object
ReinUsesLisp
2018-11-28
1
-32
/
+72
*
|
|
|
Merge pull request #1803 from DarkLordZach/k-able-event
bunnei
2018-12-03
37
-247
/
+410
|
\
\
\
\
|
*
|
|
|
hle_ipc: Refactor SleepClientThread to avoid ReadableEvent
Zach Hilman
2018-11-29
9
-14
/
+14
|
*
|
|
|
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
32
-317
/
+175
|
*
|
|
|
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
29
-164
/
+287
|
*
|
|
|
hle_ipc: Use event pair for SleepClientThread
Zach Hilman
2018-11-29
2
-19
/
+22
|
*
|
|
|
kernel: Add named event table
Zach Hilman
2018-11-29
2
-0
/
+30
|
*
|
|
|
kernel: Divide Event into ReadableEvent and WritableEvent
Zach Hilman
2018-11-29
6
-61
/
+210
|
*
|
|
|
kernel/object: Add descriptions to ResetTypes
Zach Hilman
2018-11-29
1
-3
/
+3
*
|
|
|
|
Merge pull request #1833 from lioncash/clean
bunnei
2018-12-03
5
-5
/
+97
|
\
\
\
\
\
|
*
|
|
|
|
file_sys: Override missing mutating functions to be stubbed out for ReadOnlyV...
Lioncash
2018-11-30
2
-0
/
+25
|
*
|
|
|
|
service/fsp_srv: Implement CleanDirectoryRecursively
Lioncash
2018-11-30
5
-5
/
+72
*
|
|
|
|
|
Merge pull request #1839 from lioncash/init
bunnei
2018-12-03
1
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
service/audio/audout_u: Amend constructor initialization list order
Lioncash
2018-12-01
1
-2
/
+2
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #1841 from ogniK5377/npad-mode-fix
bunnei
2018-12-03
1
-2
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fixed crash with SetNpadMode
David Marcec
2018-12-03
1
-2
/
+3
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
service/usb: Update function table
Lioncash
2018-12-02
1
-1
/
+1
*
|
|
|
|
|
service/erpt: Update function table
Lioncash
2018-12-02
1
-5
/
+7
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #1827 from ReinUsesLisp/clip-and-shader
bunnei
2018-12-01
5
-13
/
+37
|
\
\
\
\
\
|
*
|
|
|
|
gl_rasterizer: Enable clip distances when set in register and in shader
ReinUsesLisp
2018-11-29
5
-13
/
+37
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #1825 from ReinUsesLisp/shader-pipeline-cache
bunnei
2018-12-01
1
-4
/
+17
|
\
\
\
\
\
|
*
|
|
|
|
gl_shader_manager: Update pipeline when programs have changed
ReinUsesLisp
2018-11-29
1
-4
/
+17
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1795 from ReinUsesLisp/vc-cleanup
bunnei
2018-12-01
5
-32
/
+7
|
\
\
\
\
\
|
*
|
|
|
|
gl_rasterizer: Signal UNIMPLEMENTED when rt_separate_frag_data is not zero
ReinUsesLisp
2018-11-28
1
-1
/
+1
|
*
|
|
|
|
gl_rasterizer_cache: Use brackets for two-line single-expresion blocks
ReinUsesLisp
2018-11-28
1
-1
/
+2
|
*
|
|
|
|
gl_rasterizer: Remove unused struct declarations
ReinUsesLisp
2018-11-28
1
-14
/
+0
|
*
|
|
|
|
gl_rasterizer: Remove extension booleans
ReinUsesLisp
2018-11-28
4
-16
/
+4
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #1823 from bunnei/fix-surface-copy
bunnei
2018-12-01
1
-145
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
gl_rasterizer_cache: Update AccurateCopySurface to flush complete source surf...
bunnei
2018-11-29
1
-1
/
+4
|
*
|
|
|
|
gl_rasterizer_cache: Remove BlitSurface and replace with more accurate copy.
bunnei
2018-11-28
1
-144
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1832 from Simek/remove-game-list-border
bunnei
2018-12-01
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
remove border from GameList
Bartosz Kaszubowski
2018-11-30
1
-0
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #1830 from Subv/vi_ub
bunnei
2018-12-01
1
-0
/
+2
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Services/VI: Dereferencing an uninitialized std::optional is undefined behavior.
Subv
2018-11-30
1
-0
/
+2
*
|
|
|
|
Fix debug build
Lioncash
2018-12-01
2
-5
/
+3
|
|
/
/
/
|
/
|
|
|
*
|
|
|
service/set: Convert GetLanguageCode over to using PushEnum()
Lioncash
2018-11-30
1
-1
/
+1
*
|
|
|
service/set: Implement MakeLanguageCode
Lioncash
2018-11-30
2
-1
/
+19
|
/
/
/
[next]