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
*
Removed unused file.
Subv
2018-12-03
1
-142
/
+0
*
GPU: Don't try to route PFIFO methods (0-0x40) to the other engines.
Subv
2018-12-03
1
-0
/
+6
*
Fix debug build
Lioncash
2018-12-01
2
-5
/
+3
*
service/set: Convert GetLanguageCode over to using PushEnum()
Lioncash
2018-11-30
1
-1
/
+1
*
service/set: Implement MakeLanguageCode
Lioncash
2018-11-30
2
-1
/
+19
*
configure_input: Amend clang-format discrepancies
Lioncash
2018-11-30
1
-1
/
+1
*
Merge pull request #1768 from greggameplayer/patch-2
bunnei
2018-11-29
1
-0
/
+4
|
\
|
*
correct clang-format
greggameplayer
2018-11-22
1
-1
/
+1
|
*
Automatically disable joycons docked
greggameplayer
2018-11-22
1
-0
/
+4
*
|
Merge pull request #1801 from ogniK5377/log-before-execute
bunnei
2018-11-29
51
-390
/
+860
|
\
\
|
*
|
Added comment on Main memory size for more clarity
David Marcec
2018-11-27
1
-0
/
+1
|
*
|
Made svcSetHeapSize and svcCreateSharedMemory more readable
David Marcec
2018-11-27
1
-4
/
+4
|
*
|
Reworked svcs slightly, improved error messages in AM and fsp_srv
David Marcec
2018-11-27
3
-20
/
+30
|
*
|
Fixed hwopus compile error
David Marcec
2018-11-26
1
-1
/
+1
|
*
|
Improved error messages in AM, HwOpus and NvMap
David Marcec
2018-11-26
3
-26
/
+39
|
*
|
Improved error messages for SVCs
David Marcec
2018-11-26
1
-76
/
+170
|
*
|
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-26
51
-374
/
+726
*
|
|
Merge pull request #1808 from Tinob/master
bunnei
2018-11-28
3
-15
/
+31
|
\
\
\
|
*
|
|
remove viewport_transform_enabled as it seems to be inactive when valid trans...
Rodolfo Bogado
2018-11-27
1
-12
/
+5
|
*
|
|
Add support for Clip Distance enabled register
Rodolfo Bogado
2018-11-26
3
-3
/
+26
*
|
|
|
Merge pull request #1786 from Tinob/DepthClamp
bunnei
2018-11-28
5
-10
/
+58
|
\
\
\
\
|
*
|
|
|
Implement depth clamp
Rodolfo Bogado
2018-11-26
5
-10
/
+58
|
|
/
/
/
*
|
|
|
Merge pull request #1817 from DarkLordZach/npad-idx-fix
bunnei
2018-11-28
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
npad: Use NPadIdToIndex to prevent invalid array access
Zach Hilman
2018-11-28
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #1792 from bunnei/dma-pusher
bunnei
2018-11-28
18
-110
/
+365
|
\
\
\
\
|
*
|
|
|
dma_pushbuffer: Optimize to avoid loop and copy on Push.
bunnei
2018-11-27
3
-13
/
+23
|
*
|
|
|
gpu: Move command list profiling to DmaPusher::DispatchCalls.
bunnei
2018-11-27
2
-5
/
+5
|
*
|
|
|
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei
2018-11-26
18
-108
/
+353
*
|
|
|
|
Merge pull request #1735 from FernandoS27/tex-spacing
bunnei
2018-11-27
8
-36
/
+55
|
\
\
\
\
\
|
*
|
|
|
|
Implemented Tile Width Spacing
FernandoS27
2018-11-26
8
-36
/
+55
*
|
|
|
|
|
Merge pull request #1814 from lioncash/ptr
bunnei
2018-11-27
3
-33
/
+31
|
\
\
\
\
\
\
|
*
|
|
|
|
|
file_sys/registered_cache: Remove unused <map> include
Lioncash
2018-11-27
1
-1
/
+0
|
*
|
|
|
|
|
file_sys/registered_cache: Use regular const references instead of std::share...
Lioncash
2018-11-27
3
-32
/
+31
*
|
|
|
|
|
|
Merge pull request #1811 from lioncash/input
bunnei
2018-11-27
6
-94
/
+72
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
yuzu/configure_input_player: Use std::size_t to represent the player index in...
Lioncash
2018-11-27
2
-3
/
+3
|
*
|
|
|
|
|
|
yuzu/configure_input: Make CallConfigureDialog a non-member template function
Lioncash
2018-11-27
3
-21
/
+20
|
*
|
|
|
|
|
|
yuzu/configure_input_player: Use a lambda expression instead of std::bind
Lioncash
2018-11-27
1
-1
/
+1
|
*
|
|
|
|
|
|
yuzu/configure_input_player: Amend constructor initializer list order
Lioncash
2018-11-27
1
-4
/
+3
|
*
|
|
|
|
|
|
yuzu/configure_input: Remove unused function MoveGridElement
Lioncash
2018-11-27
1
-7
/
+0
|
*
|
|
|
|
|
|
yuzu/configure_input*: Move data members after function declarations
Lioncash
2018-11-27
2
-41
/
+42
|
*
|
|
|
|
|
|
yuzu/configure_input: Remove unnecessary includes
Lioncash
2018-11-27
3
-17
/
+3
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
npad: Fix copy/paste error with LED position assignments
Zach Hilman
2018-11-27
1
-3
/
+3
*
|
|
|
|
|
|
Merge pull request #1802 from DarkLordZach/user-data-storage
bunnei
2018-11-27
3
-17
/
+19
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
profile_manager: Save and load ProfileData from disk
Zach Hilman
2018-11-26
3
-17
/
+19
*
|
|
|
|
|
|
|
Merge pull request #1812 from lioncash/nacp
bunnei
2018-11-27
1
-7
/
+17
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
control_metadata: Correct typo in language name (Portugese -> Portuguese)
Lioncash
2018-11-27
1
-7
/
+17
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
gl_shader_decompiler: Fixup clip distance index
ReinUsesLisp
2018-11-27
1
-1
/
+1
*
|
|
|
|
|
|
|
gl_rasterizer: Fixup for #1723.
Markus Wick
2018-11-27
1
-1
/
+1
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #1806 from ReinUsesLisp/morton-fixup
bunnei
2018-11-26
1
-1
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
morton: Fixup compiler warning
ReinUsesLisp
2018-11-26
1
-1
/
+2
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
[next]