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
...
|
*
|
|
Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
Zach Hilman
2018-08-01
5
-7
/
+23
|
*
|
|
Use SHGetKnownFolderPath instead of SHGetFolderPathA
Zach Hilman
2018-08-01
1
-3
/
+4
|
*
|
|
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
16
-482
/
+223
|
*
|
|
Extract mbedtls to cpp file
Zach Hilman
2018-08-01
5
-87
/
+127
|
*
|
|
Add missing string.h include
Zach Hilman
2018-08-01
1
-0
/
+1
|
*
|
|
Update mbedtls and fix compile error
Zach Hilman
2018-08-01
1
-0
/
+1
|
*
|
|
Remove files that are not used
Zach Hilman
2018-08-01
33
-43
/
+1455
*
|
|
|
Merge pull request #919 from lioncash/sign
bunnei
2018-08-04
1
-8
/
+9
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
gl_shader_manager: Invert conditional in SetShaderUniformBlockBinding()
Lioncash
2018-08-04
1
-7
/
+9
|
*
|
|
gl_shader_manager: Amend sign differences in an assertion comparison in SetSh...
Lioncash
2018-08-04
1
-3
/
+2
*
|
|
|
Merge pull request #911 from lioncash/prototype
bunnei
2018-08-04
1
-3
/
+0
|
\
\
\
\
|
*
|
|
|
video_core: Remove unimplemented Start() function prototype
Lioncash
2018-08-03
1
-3
/
+0
*
|
|
|
|
Merge pull request #913 from lioncash/unused-func
bunnei
2018-08-04
1
-16
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
memory: Remove unused GetSpecialHandlers() function
Lioncash
2018-08-03
1
-16
/
+0
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #914 from lioncash/codeset
bunnei
2018-08-04
5
-20
/
+41
|
\
\
\
\
\
|
*
|
|
|
|
kernel/process: Use std::array where applicable
Lioncash
2018-08-03
1
-1
/
+2
|
*
|
|
|
|
kernel/process: Use accessors instead of class members for referencing segmen...
Lioncash
2018-08-03
5
-20
/
+40
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #917 from lioncash/crash
bunnei
2018-08-04
3
-13
/
+38
|
\
\
\
\
\
|
*
|
|
|
|
kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6...
Lioncash
2018-08-03
3
-13
/
+38
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #910 from lioncash/unused
bunnei
2018-08-03
1
-2
/
+0
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
gl_shader_decompiler: Remove unused variable in GenerateDeclarations()
Lioncash
2018-08-03
1
-2
/
+0
|
|
/
/
/
*
|
|
|
Merge pull request #908 from lioncash/memory
bunnei
2018-08-03
16
-559
/
+29
|
\
\
\
\
|
*
|
|
|
core/memory: Get rid of 3DS leftovers
Lioncash
2018-08-03
16
-559
/
+29
*
|
|
|
|
gl_shader_manager: Make ProgramManager's GetCurrentProgramStage() a const mem...
Lioncash
2018-08-03
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Added ability to change username & language code in the settings ui. Added IP...
David
2018-08-03
9
-8
/
+95
*
|
|
|
Merge pull request #895 from lioncash/sink
bunnei
2018-08-03
1
-5
/
+8
|
\
\
\
\
|
*
|
|
|
sink_details: Deduplicate long std::function repetition
Lioncash
2018-08-01
1
-4
/
+6
|
*
|
|
|
sink_details: std::move std::function instances
Lioncash
2018-08-01
1
-1
/
+2
*
|
|
|
|
Merge pull request #898 from lioncash/mig
bunnei
2018-08-03
6
-0
/
+55
|
\
\
\
\
\
|
*
|
|
|
|
service: Add migration services
Lioncash
2018-08-02
6
-0
/
+55
*
|
|
|
|
|
Merge pull request #900 from lioncash/init
bunnei
2018-08-03
1
-5
/
+5
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
math_util: Always initialize members of Rectangle
Lioncash
2018-08-02
1
-5
/
+5
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #892 from lioncash/global
bunnei
2018-08-03
13
-64
/
+54
|
\
\
\
\
\
|
*
|
|
|
|
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
2018-08-01
13
-64
/
+54
*
|
|
|
|
|
Merge pull request #894 from lioncash/object
bunnei
2018-08-03
44
-156
/
+186
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kernel: Move object class to its own source files
Lioncash
2018-08-01
44
-156
/
+186
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #904 from lioncash/static
bunnei
2018-08-03
1
-8
/
+6
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_t
Lioncash
2018-08-02
1
-8
/
+5
|
*
|
|
|
|
|
kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const refe...
Lioncash
2018-08-02
1
-1
/
+2
|
*
|
|
|
|
|
kernel/thread: Make GetFreeThreadLocalSlot() internally linked
Lioncash
2018-08-02
1
-1
/
+1
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #906 from lioncash/override
bunnei
2018-08-03
3
-19
/
+8
|
\
\
\
\
\
\
|
*
|
|
|
|
|
input_common: Use std::move where applicable
Lioncash
2018-08-02
2
-5
/
+6
|
*
|
|
|
|
|
input_common: Add missing override specifiers
Lioncash
2018-08-02
3
-14
/
+2
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #907 from lioncash/slot
bunnei
2018-08-03
7
-46
/
+49
|
\
\
\
\
\
\
|
*
|
|
|
|
|
yuzu: Use Qt 5 signal/slots where applicable
Lioncash
2018-08-02
7
-46
/
+49
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #905 from lioncash/vma
bunnei
2018-08-02
3
-23
/
+23
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kernel/vm_manager: Convert loop into std::any_of()
Lioncash
2018-08-02
1
-4
/
+4
|
*
|
|
|
|
|
kernel/vm_manager: Use const where applicable
Lioncash
2018-08-02
3
-19
/
+19
|
*
|
|
|
|
|
kernel/vm_manager: Use the VAddr type alias in CarveVMA()
Lioncash
2018-08-02
1
-2
/
+2
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #903 from lioncash/copy
bunnei
2018-08-02
1
-3
/
+6
|
\
\
\
\
\
\
[prev]
[next]