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
*
audio_core: Implement audren_u audio playback.
bunnei
2018-08-04
2
-218
/
+9
*
audio_core: Use s16 where possible for audio samples.
bunnei
2018-08-04
1
-3
/
+3
*
audio_core: Port codec code from Citra for ADPCM decoding.
bunnei
2018-08-04
2
-11
/
+3
*
audio_core: Streams need unique names for CoreTiming.
bunnei
2018-08-04
1
-1
/
+1
*
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
|
\
\
\
\
|
*
|
|
|
vfs_vector: Remove unused variable in FindAndRemoveVectorElement()
Lioncash
2018-08-02
1
-2
/
+2
|
*
|
|
|
vfs_vector: Avoid unnecessary copies where applicable
Lioncash
2018-08-02
1
-2
/
+5
|
|
/
/
/
*
|
|
|
Merge pull request #899 from lioncash/unused
bunnei
2018-08-02
7
-334
/
+0
|
\
\
\
\
|
*
|
|
|
hw: Remove unused files
Lioncash
2018-08-02
7
-334
/
+0
|
|
/
/
/
*
|
|
|
Merge pull request #891 from lioncash/ns
bunnei
2018-08-02
1
-0
/
+447
|
\
\
\
\
|
*
|
|
|
service/ns: Add missing ns services
Lioncash
2018-08-01
1
-0
/
+447
|
|
|
/
/
|
|
/
|
|
*
|
|
|
service: Add psc services
Lioncash
2018-08-01
4
-0
/
+96
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #888 from lioncash/caps
bunnei
2018-08-01
4
-0
/
+171
|
\
\
\
|
*
|
|
service: Add capture services
Lioncash
2018-08-01
4
-0
/
+171
|
|
/
/
[next]