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
*
Service/Audio: audout_a.cpp: remove pragma once
mailwl
2018-08-06
1
-2
/
+0
*
Merge pull request #932 from lioncash/func
bunnei
2018-08-05
2
-9
/
+9
|
\
|
*
core_timing: Convert typedef into a type alias
Lioncash
2018-08-05
1
-4
/
+4
|
*
core_timing: Use transparent functors where applicable
Lioncash
2018-08-05
1
-5
/
+5
*
|
Merge pull request #929 from lioncash/addr
bunnei
2018-08-05
2
-83
/
+89
|
\
\
|
*
|
gdbstub: Use type alias for breakpoint maps
Lioncash
2018-08-05
1
-37
/
+42
|
*
|
gdbstub: Move all file-static variables into the GDBStub namespace
Lioncash
2018-08-05
1
-35
/
+36
|
*
|
gdbstub: Replace PAddr alias with VAddr
Lioncash
2018-08-05
2
-14
/
+14
*
|
|
Merge pull request #930 from lioncash/thread
bunnei
2018-08-05
1
-15
/
+15
|
\
\
\
|
*
|
|
address_arbiter: Return by value from GetThreadsWaitingOnAddress()
Lioncash
2018-08-05
1
-15
/
+15
|
|
/
/
*
|
|
Merge pull request #925 from bunnei/audren
bunnei
2018-08-05
4
-233
/
+16
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
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 #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
|
\
\
\
|
|
/
/
|
/
|
|
[next]