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
...
*
|
|
|
|
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
*
|
|
Port #4141 from citra: Joystick hotplug support (#1275)
Tobias
2018-09-10
7
-101
/
+339
*
|
|
Merge pull request #1286 from bunnei/multi-clear
bunnei
2018-09-10
2
-50
/
+66
|
\
\
\
|
*
|
|
gl_rasterizer: Implement clear for non-zero render targets.
bunnei
2018-09-10
2
-50
/
+66
*
|
|
|
Merge pull request #1285 from bunnei/depth-fix
bunnei
2018-09-10
1
-6
/
+22
|
\
\
\
\
|
*
|
|
|
gl_rasterizer_cache: Only use depth for applicable texture formats.
bunnei
2018-09-10
1
-6
/
+22
|
|
/
/
/
*
|
|
|
Merge pull request #1284 from bunnei/bgra8_srgb
bunnei
2018-09-10
3
-0
/
+4
|
\
\
\
\
|
*
|
|
|
gl_rasterizer_cache: Implement RenderTargetFormat::BGRA8_SRGB.
bunnei
2018-09-10
3
-0
/
+4
|
|
/
/
/
*
|
|
|
Merge pull request #1288 from MysticExile/remove-multicore
James Rowe
2018-09-10
2
-10
/
+0
|
\
\
\
\
|
*
|
|
|
Remove multicore configure_general.ui
MysticExile
2018-09-10
1
-7
/
+0
|
*
|
|
|
remove multicore in configure_general.cpp
MysticExile
2018-09-10
1
-3
/
+0
|
|
/
/
/
*
|
|
|
video_core: Refactor command_processor.
Markus Wick
2018-09-10
2
-44
/
+42
*
|
|
|
video_core: Move command buffer loop.
Markus Wick
2018-09-10
5
-77
/
+84
*
|
|
|
rasterizer: Drop unused handler.
Markus Wick
2018-09-10
4
-8
/
+0
|
/
/
/
*
|
|
gl_rasterizer: Implement multiple color attachments.
bunnei
2018-09-09
5
-132
/
+95
*
|
|
Merge pull request #1258 from tgsm/fix-sdl-logging
bunnei
2018-09-09
1
-2
/
+3
|
\
\
\
|
*
|
|
yuzu-cmd: fix SDL logging
tgsm
2018-09-08
1
-2
/
+3
*
|
|
|
Merge pull request #1282 from lioncash/compat
bunnei
2018-09-09
10
-33
/
+56
|
\
\
\
\
|
*
|
|
|
game_list: Make CompatibilityList parameter of NavigateToGamedbEntryRequested...
Lioncash
2018-09-09
3
-3
/
+5
|
*
|
|
|
yuzu: Move compatibility list specifics to their own source files
Lioncash
2018-09-09
10
-33
/
+54
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1276 from FearlessTobi/fix-stupid-stub
bunnei
2018-09-09
2
-4
/
+6
|
\
\
\
\
|
*
|
|
|
hid: Implement ReloadInputDevices
fearlessTobi
2018-09-09
2
-4
/
+6
|
|
/
/
/
[prev]
[next]