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
*
services/sm: Amend error code constants
Lioncash
2018-09-14
2
-8
/
+6
*
ipc: minor fix
Valentin Vanelslande
2018-09-13
1
-1
/
+1
*
Use ARB_multi_bind for uniform buffers (#1287)
ReinUsesLisp
2018-09-12
4
-3
/
+27
*
Merge pull request #1298 from lioncash/view
bunnei
2018-09-12
2
-2
/
+4
|
\
|
*
audio_core/sink_details: Change std::string parameter into std::string_view
Lioncash
2018-09-11
2
-2
/
+4
*
|
Merge pull request #1302 from lioncash/config
bunnei
2018-09-12
2
-36
/
+74
|
\
\
|
*
|
yuzu/configure_gamelist: Make combo box strings translatable
Lioncash
2018-09-12
2
-21
/
+47
|
*
|
yuzu/configure_gamelist: Use std::array instead of std::vector for translatab...
Lioncash
2018-09-12
1
-6
/
+9
|
*
|
yuzu/configure_gamelist: Move combo box initializtion to their own functions
Lioncash
2018-09-12
2
-23
/
+32
*
|
|
Merge pull request #1163 from FearlessTobi/add-audio-stretching
bunnei
2018-09-12
18
-49
/
+456
|
\
\
\
|
*
|
|
audio_core: Flush stream when not playing anything
MerryMage
2018-09-12
6
-0
/
+23
|
*
|
|
cubeb_sink: Downsample arbitrary number of channels
MerryMage
2018-09-09
1
-10
/
+9
|
*
|
|
cubeb_sink: Perform audio stretching
MerryMage
2018-09-08
3
-24
/
+26
|
*
|
|
audio_core: Add audio stretcher
MerryMage
2018-09-08
3
-0
/
+101
|
*
|
|
cubeb_sink: Hold last available value instead of writing zeros
MerryMage
2018-09-08
1
-5
/
+15
|
*
|
|
cubeb_sink: Use RingBuffer
MerryMage
2018-09-08
1
-40
/
+26
|
*
|
|
common: Implement a ring buffer
MerryMage
2018-09-08
4
-0
/
+243
|
*
|
|
Add audio stretching support
fearlessTobi
2018-09-08
12
-0
/
+43
*
|
|
|
gl_rasterizer_cache: B5G6R5U should use GL_RGB8 as an internal format.
bunnei
2018-09-12
1
-1
/
+1
*
|
|
|
Merge pull request #1297 from lioncash/pl
bunnei
2018-09-12
2
-66
/
+88
|
\
\
\
\
|
*
|
|
|
pl_u: Eliminate mutable file-scope state
Lioncash
2018-09-11
2
-66
/
+88
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #1263 from FernandoS27/tex-mode
bunnei
2018-09-12
2
-1
/
+43
|
\
\
\
\
|
*
|
|
|
Implemented Texture Processing Modes
FernandoS27
2018-09-12
2
-1
/
+43
|
|
/
/
/
*
|
|
|
Merge pull request #1303 from lioncash/error
bunnei
2018-09-12
3
-9
/
+11
|
\
\
\
\
|
*
|
|
|
svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processo...
Lioncash
2018-09-12
1
-2
/
+2
|
*
|
|
|
kernel/errors: Correct error codes for invalid thread priority and invalid pr...
Lioncash
2018-09-12
3
-7
/
+9
*
|
|
|
|
svc: Do nothing if svcOutputDebugString() is given a length of zero
Lioncash
2018-09-12
1
-0
/
+4
*
|
|
|
|
svc: Correct parameter type for OutputDebugString()
Lioncash
2018-09-12
2
-3
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #1296 from lioncash/prepo
bunnei
2018-09-11
2
-39
/
+40
|
\
\
\
\
|
*
|
|
|
service/prepo: Move class into the cpp file
Lioncash
2018-09-11
2
-39
/
+40
|
|
/
/
/
*
|
|
|
Merge pull request #1301 from lioncash/qt
bunnei
2018-09-11
1
-4
/
+4
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
game_list: Resolve variable shadowing within LoadCompatibilityList()
Lioncash
2018-09-11
1
-3
/
+3
|
*
|
|
game_list: Use QJsonValueRef() within LoadCompatibilityList()
Lioncash
2018-09-11
1
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #1300 from lioncash/audio
bunnei
2018-09-11
7
-17
/
+34
|
\
\
\
|
*
|
|
service/audio: Replace includes with forward declarations where applicable
Lioncash
2018-09-11
7
-17
/
+34
|
|
/
/
*
|
|
Merge pull request #1278 from tech4me/bg-color-fix
bunnei
2018-09-11
6
-0
/
+46
|
\
\
\
|
*
|
|
Port Citra #4047 & #4052: add change background color support
tech4me
2018-09-08
6
-0
/
+46
*
|
|
|
Merge pull request #1295 from bunnei/accurate-copies
bunnei
2018-09-11
2
-18
/
+12
|
\
\
\
\
|
*
|
|
|
gl_rasterizer_cache: Always blit on recreate, regardless of format.
bunnei
2018-09-11
1
-6
/
+10
|
*
|
|
|
gl_shader_cache: Remove cache_width/cache_height.
bunnei
2018-09-11
2
-12
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1294 from degasus/optimizations
bunnei
2018-09-11
3
-11
/
+12
|
\
\
\
\
|
*
|
|
|
gl_rasterizer: Use ARB_texture_storage.
Markus Wick
2018-09-11
3
-11
/
+12
|
|
/
/
/
*
|
|
|
Implemented LEA and PSET
FernandoS27
2018-09-11
1
-0
/
+91
*
|
|
|
Implemented encodings for LEA and PSET
FernandoS27
2018-09-11
1
-0
/
+64
|
/
/
/
*
|
|
Merge pull request #1291 from lioncash/default
bunnei
2018-09-11
148
-45
/
+291
|
\
\
\
|
*
|
|
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-09-10
148
-45
/
+291
*
|
|
|
Merge pull request #1292 from ogniK5377/renderdoc-fix
bunnei
2018-09-11
2
-2
/
+9
|
\
\
\
\
|
*
|
|
|
Fixed renderdoc input/output textures not working due to render targets
David Marcec
2018-09-11
2
-2
/
+9
|
|
/
/
/
*
/
/
/
externals: Place font data within cpp files
Lioncash
2018-09-11
1
-6
/
+6
|
/
/
/
*
|
|
Use open-source shared fonts if no dumped file is available (#1269)
Tobias
2018-09-10
2
-2
/
+26
[next]