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
*
loader: Make AppLoader_NCA rely on directory loading code
Zach Hilman
2018-08-05
4
-37
/
+24
*
Merge pull request #912 from lioncash/global-var
bunnei
2018-08-05
7
-27
/
+57
|
\
|
*
renderer_base: Make Rasterizer() return the rasterizer by reference
Lioncash
2018-08-04
3
-7
/
+7
|
*
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-04
7
-24
/
+54
*
|
Merge pull request #924 from lioncash/arp
bunnei
2018-08-04
4
-0
/
+95
|
\
\
|
*
|
service: Add arp services
Lioncash
2018-08-04
4
-0
/
+95
*
|
|
Merge pull request #921 from lioncash/view
bunnei
2018-08-04
5
-35
/
+35
|
\
\
\
|
*
|
|
aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure we...
Lioncash
2018-08-04
1
-0
/
+4
|
*
|
|
aes_util: Make CalculateNintendoTweak() an internally linked function
Lioncash
2018-08-04
2
-12
/
+10
|
*
|
|
aes_util: Make Transcode() a const member function
Lioncash
2018-08-04
2
-8
/
+9
|
*
|
|
core/crypto: Remove unnecessary includes
Lioncash
2018-08-04
4
-5
/
+5
|
*
|
|
key_manager: Use regular std::string instead of std::string_view
Lioncash
2018-08-04
2
-10
/
+7
|
|
/
/
*
/
/
service: Remove redundant #pragma once directives
Lioncash
2018-08-04
5
-10
/
+0
|
/
/
*
|
Merge pull request #849 from DarkLordZach/xci
bunnei
2018-08-04
26
-62
/
+1318
|
\
\
|
|
/
|
/
|
|
*
Add missing parameter to files.push_back()
Zach Hilman
2018-08-01
1
-5
/
+5
|
*
Fix merge conflicts with opus and update docs
Zach Hilman
2018-08-01
2
-1
/
+3
|
*
Use more descriptive error codes and messages
Zach Hilman
2018-08-01
7
-19
/
+51
|
*
Use static const instead of const static
Zach Hilman
2018-08-01
1
-2
/
+2
|
*
Use ErrorEncrypted where applicable and fix no keys crash
Zach Hilman
2018-08-01
4
-17
/
+37
|
*
Add missing includes and use const where applicable
Zach Hilman
2018-08-01
11
-24
/
+40
|
*
Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
Zach Hilman
2018-08-01
2
-7
/
+20
|
*
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
14
-455
/
+222
|
*
Extract mbedtls to cpp file
Zach Hilman
2018-08-01
4
-86
/
+126
|
*
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
24
-42
/
+1406
*
|
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
|
|
/
/
*
/
/
kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6...
Lioncash
2018-08-03
3
-13
/
+38
|
/
/
*
|
Merge pull request #908 from lioncash/memory
bunnei
2018-08-03
14
-502
/
+29
|
\
\
|
*
|
core/memory: Get rid of 3DS leftovers
Lioncash
2018-08-03
14
-502
/
+29
*
|
|
Added ability to change username & language code in the settings ui. Added IP...
David
2018-08-03
5
-5
/
+47
*
|
|
Merge pull request #898 from lioncash/mig
bunnei
2018-08-03
4
-0
/
+53
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
service: Add migration services
Lioncash
2018-08-02
4
-0
/
+53
*
|
|
Merge pull request #892 from lioncash/global
bunnei
2018-08-03
3
-11
/
+11
|
\
\
\
|
*
|
|
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
2018-08-01
3
-11
/
+11
*
|
|
|
Merge pull request #894 from lioncash/object
bunnei
2018-08-03
43
-155
/
+185
|
\
\
\
\
|
*
|
|
|
kernel: Move object class to its own source files
Lioncash
2018-08-01
43
-155
/
+185
|
|
|
/
/
|
|
/
|
|
*
|
|
|
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 #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
|
\
\
\
\
[next]