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
*
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
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
[next]