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
...
|
*
|
|
|
|
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
19
-294
/
+652
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
audio_core: Implement audren_u audio playback.
bunnei
2018-08-04
5
-218
/
+451
|
*
|
|
|
audio_core: Use s16 where possible for audio samples.
bunnei
2018-08-04
9
-36
/
+27
|
*
|
|
|
audio_core: Port codec code from Citra for ADPCM decoding.
bunnei
2018-08-04
5
-11
/
+126
|
*
|
|
|
cubeb_sink: Support variable sample_rate and num_channels.
bunnei
2018-08-04
1
-15
/
+25
|
*
|
|
|
audio_core: Sinks need unique names as well.
bunnei
2018-08-04
5
-9
/
+14
|
*
|
|
|
audio_core: Streams need unique names for CoreTiming.
bunnei
2018-08-04
5
-10
/
+14
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #927 from bunnei/fix-texs
bunnei
2018-08-05
1
-2
/
+5
|
\
\
\
\
|
*
|
|
|
gl_shader_decompiler: Fix TEXS mask and dest.
bunnei
2018-08-05
1
-2
/
+5
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #912 from lioncash/global-var
bunnei
2018-08-05
19
-80
/
+110
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
renderer_base: Make Rasterizer() return the rasterizer by reference
Lioncash
2018-08-04
5
-11
/
+15
|
*
|
|
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-04
19
-74
/
+100
*
|
|
|
Merge pull request #926 from ogniK5377/vertex-attrib-format
bunnei
2018-08-05
1
-2
/
+8
|
\
\
\
\
|
*
|
|
|
added braces for conditions
David Marcec
2018-08-05
1
-2
/
+3
|
*
|
|
|
fix the attrib format for ints
David Marcec
2018-08-05
1
-2
/
+7
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #924 from lioncash/arp
bunnei
2018-08-04
6
-0
/
+97
|
\
\
\
\
|
*
|
|
|
service: Add arp services
Lioncash
2018-08-04
6
-0
/
+97
|
|
/
/
/
*
|
|
|
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
36
-78
/
+1395
|
\
\
\
|
*
|
|
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
4
-6
/
+8
|
*
|
|
Use more descriptive error codes and messages
Zach Hilman
2018-08-01
9
-34
/
+101
|
*
|
|
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
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
|
\
\
\
\
\
[prev]
[next]