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
*
gl_shader_decompiler: Remove texture temporal in TLD4
ReinUsesLisp
2018-11-28
1
-3
/
+1
*
gl_shader_decompiler: Flip negated if else statement
ReinUsesLisp
2018-11-28
1
-3
/
+3
*
gl_shader_decompiler: Use GLSL scope on instructions unrelated to textures
ReinUsesLisp
2018-11-28
1
-35
/
+10
*
gl_shader_decompiler: Move texture code generation into lambdas
ReinUsesLisp
2018-11-28
1
-97
/
+78
*
gl_shader_decompiler: Clean up texture instructions
ReinUsesLisp
2018-11-28
1
-87
/
+56
*
gl_shader_decompiler: Scope GLSL variables with a scoped object
ReinUsesLisp
2018-11-28
1
-32
/
+72
*
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
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #1804 from lioncash/cast
bunnei
2018-11-26
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
gdbstub: Silence value truncation warning within FpuWrite()
Lioncash
2018-11-26
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #1805 from lioncash/resource
bunnei
2018-11-26
3
-5
/
+130
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
svc: Implement svcSetResourceLimitLimitValue()
Lioncash
2018-11-26
1
-1
/
+36
|
*
|
|
svc: Implement svcGetResourceLimitCurrentValue()
Lioncash
2018-11-26
1
-16
/
+49
|
*
|
|
svc: Implement svcGetResourceLimitLimitValue()
Lioncash
2018-11-26
2
-2
/
+33
|
*
|
|
svc: Implement svcCreateResourceLimit()
Lioncash
2018-11-26
2
-1
/
+27
|
|
/
/
*
|
|
Merge pull request #1794 from Tinob/master
bunnei
2018-11-26
2
-8
/
+32
|
\
\
\
|
*
|
|
Limit the amount of viewports tested for state changes only to the usable ones
Rodolfo Bogado
2018-11-25
1
-2
/
+10
|
*
|
|
Add support for viewport_transfom_enable register
Rodolfo Bogado
2018-11-24
2
-6
/
+22
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1723 from degasus/dirty_flags
bunnei
2018-11-26
9
-6
/
+60
|
\
\
\
[next]