index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #963 from yuriks/gpu-fixes
bunnei
2015-07-29
2
-42
/
+44
|
\
|
*
VideoCore: Fix values of unset components in input attribute arrays
Yuri Kunde Schlesner
2015-07-23
1
-42
/
+38
|
*
VideoCore: Saturate vertex colors before interpolating
Yuri Kunde Schlesner
2015-07-23
1
-0
/
+6
*
|
Merge pull request #1013 from lioncash/unused
Yuri Kunde Schlesner
2015-07-29
1
-3
/
+0
|
\
\
|
*
|
dyncom: Remove an unused variable
Lioncash
2015-07-29
1
-3
/
+0
*
|
|
Merge pull request #1012 from lioncash/prototype
bunnei
2015-07-29
2
-0
/
+2
|
\
\
\
|
*
|
|
core: Fix missing prototype warnings
Lioncash
2015-07-29
2
-0
/
+2
|
|
/
/
*
|
|
Merge pull request #1010 from lioncash/ref
bunnei
2015-07-29
2
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
citra-qt: Pass string by const reference
Lioncash
2015-07-29
2
-2
/
+2
|
/
/
*
|
Merge pull request #1009 from lioncash/table
Yuri Kunde Schlesner
2015-07-29
1
-1
/
+2
|
\
\
|
*
|
am_net: Add missing function to the function table
Lioncash
2015-07-29
1
-0
/
+1
|
*
|
am_net: Add correct function name to the function table
Lioncash
2015-07-29
1
-1
/
+1
*
|
|
Merge pull request #982 from Subv/home
bunnei
2015-07-29
7
-18
/
+84
|
\
\
\
|
*
|
|
Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ap...
Subv
2015-07-23
6
-5
/
+36
|
*
|
|
Service/APT: Return proper parameters in GetLockHandle.
Subv
2015-07-23
4
-14
/
+49
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1004 from yuriks/msvc-link-opt
bunnei
2015-07-29
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Enable linker optimizations in MSVC Release builds
Yuri Kunde Schlesner
2015-07-28
1
-1
/
+1
*
|
|
Merge pull request #1007 from lioncash/pc
bunnei
2015-07-28
1
-7
/
+33
|
\
\
\
|
*
|
|
dyncom: Handle left-operand PC correctly for data-processing ops
Lioncash
2015-07-28
1
-7
/
+33
|
/
/
/
*
|
|
Merge pull request #899 from zawata/Winsock-Deprecation
bunnei
2015-07-28
1
-2
/
+8
|
\
\
\
|
*
|
|
SOC:U : Update deprecated function gethostbyname() to getaddrinfo()
zawata
2015-07-19
1
-2
/
+8
*
|
|
|
Merge pull request #998 from LittleWhite-tb/qt-continue-menu
Yuri Kunde Schlesner
2015-07-28
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
Update Start menu text to match with the real state of the emulator.
LittleWhite
2015-07-28
1
-0
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #1005 from chinhodado/patch-1
Yuri Kunde Schlesner
2015-07-28
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Settings: Fix saving wrong values for input configuration
Trung Do
2015-07-28
1
-1
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #1003 from lioncash/armcruft
bunnei
2015-07-28
6
-124
/
+91
|
\
\
\
\
|
*
|
|
|
dyncom: Remove an unnecessary typedef
Lioncash
2015-07-28
2
-7
/
+5
|
*
|
|
|
dyncom: Use enum class for instruction decoding results
Lioncash
2015-07-28
5
-41
/
+40
|
*
|
|
|
dyncom: Remove code duplication regarding thumb instructions
Lioncash
2015-07-27
3
-23
/
+12
|
*
|
|
|
dyncom: Migrate exclusive memory access control into armstate
Lioncash
2015-07-27
2
-50
/
+35
|
*
|
|
|
dyncom: Remove duplicated typedef and extern
Lioncash
2015-07-27
1
-4
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #873 from jroweboy/input_array
Tony Wasserka
2015-07-28
7
-145
/
+80
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Move input values into an array
James Rowe
2015-07-27
7
-145
/
+80
*
|
|
|
Merge pull request #1001 from lioncash/arm
bunnei
2015-07-27
12
-1109
/
+1028
|
\
\
\
\
|
*
|
|
|
dyncom: Use std::array for register arrays
Lioncash
2015-07-26
2
-28
/
+29
|
*
|
|
|
dyncom: Use ARMul_State as an object
Lioncash
2015-07-26
12
-1105
/
+1023
*
|
|
|
|
Merge pull request #991 from yuriks/globjects
bunnei
2015-07-26
3
-143
/
+79
|
\
\
\
\
\
|
*
|
|
|
|
OpenGL: Make OpenGL object resource wrappers fully inline
Yuri Kunde Schlesner
2015-07-26
3
-143
/
+79
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #992 from yuriks/hot-path-debug
bunnei
2015-07-26
5
-13
/
+18
|
\
\
\
\
\
|
*
|
|
|
|
VideoCore: #ifdef out some debugging routines
Yuri Kunde Schlesner
2015-07-26
5
-13
/
+18
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #987 from yuriks/regnames
Tony Wasserka
2015-07-26
2
-65
/
+72
|
\
\
\
\
\
|
*
|
|
|
|
Videocore: Don't reinitialize register name map on every query
Yuri Kunde Schlesner
2015-07-26
2
-65
/
+72
*
|
|
|
|
|
Merge pull request #995 from linkmauve/remove-dead-option
Yuri Kunde Schlesner
2015-07-26
1
-4
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Citra: Remove dead gpu_refresh_rate option from the default ini file.
Emmanuel Gil Peyrot
2015-07-26
1
-4
/
+0
*
|
|
|
|
|
|
Merge pull request #986 from Lectem/better_widgets
Tony Wasserka
2015-07-26
1
-12
/
+22
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
citra-qt/command list: Enable uniform row heights and automatically resize co...
Lectem
2015-07-25
1
-0
/
+8
|
*
|
|
|
|
|
|
citra-qt/command list: Split register and value columns.
Lectem
2015-07-25
1
-12
/
+14
*
|
|
|
|
|
|
|
Merge pull request #994 from yuriks/vsh-interpreter-opt
Yuri Kunde Schlesner
2015-07-26
1
-30
/
+27
|
\
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Videocore: Simplify variables in vertex shader interpreter
Yuri Kunde Schlesner
2015-07-26
1
-24
/
+21
|
*
|
|
|
|
|
|
Videocore: Replace std::stack in shader interpreter with static_vector
Yuri Kunde Schlesner
2015-07-26
1
-6
/
+6
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
[next]