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 #2281 from lioncash/applet
Yuri Kunde Schlesner
2016-12-07
8
-30
/
+22
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
applet: Move common IsRunning underlying variable to the Applet class
Lioncash
2016-12-07
8
-28
/
+19
|
*
|
|
|
|
|
applet: Make virtual destructor defaulted
Lioncash
2016-12-07
1
-1
/
+1
|
*
|
|
|
|
|
applet: Make constructor protected
Lioncash
2016-12-07
1
-1
/
+2
*
|
|
|
|
|
|
Update AM service function tables
Lioncash
2016-12-07
6
-113
/
+246
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #2232 from wwylele/other-save
bunnei
2016-12-07
11
-80
/
+351
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
FileSys: Implement OtherSaveData
wwylele
2016-11-29
7
-0
/
+214
|
*
|
|
|
|
FS: add missing MediaType
wwylele
2016-11-29
1
-1
/
+1
|
*
|
|
|
|
FileSys: abstract SD save data archive source
wwylele
2016-11-29
6
-79
/
+136
*
|
|
|
|
|
Implement Frame rate limiter (#2223)
emmauss
2016-12-06
10
-0
/
+54
*
|
|
|
|
|
ASSERT that shader was linked successfully
Jannik Vogel
2016-12-05
1
-0
/
+2
*
|
|
|
|
|
Report shader uniform block size in case of mismatch
Jannik Vogel
2016-12-05
1
-1
/
+3
*
|
|
|
|
|
Print broken shader code to log
Jannik Vogel
2016-12-05
1
-3
/
+9
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
GSP: Downgrade log severity of SetAxiConfigQoSMode
Yuri Kunde Schlesner
2016-12-04
1
-1
/
+1
*
|
|
|
|
OpenGL: Non-zero stride only makes sense for linear buffers
Yuri Kunde Schlesner
2016-12-04
3
-7
/
+11
*
|
|
|
|
OpenGL: Ensure framebuffer binding is restored if completion check fails
Yuri Kunde Schlesner
2016-12-04
1
-10
/
+7
*
|
|
|
|
OpenGL: Fix DisplayTransfer accel when input width != output width
Yuri Kunde Schlesner
2016-12-04
1
-1
/
+10
*
|
|
|
|
Merge pull request #2259 from JayFoxRox/fix-fallback
Yuri Kunde Schlesner
2016-12-03
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
shader_jit: Fix non-SSE4.1 path where FLR would not truncate
Jannik Vogel
2016-12-04
1
-1
/
+1
*
|
|
|
|
|
clang-format: Fix coding style
Yuri Kunde Schlesner
2016-12-03
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
/
shader_jit: Load LOOPCOUNT_REG and LOOPINC 4 bit left-shifted
Jannik Vogel
2016-12-02
1
-6
/
+9
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Remove unused version.h
Jannik Vogel
2016-12-01
2
-12
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #2228 from freiro/winver_fix
Yuri Kunde Schlesner
2016-11-30
1
-3
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
WINVER definition moved to CMake and cleanup
freiro
2016-11-30
1
-3
/
+0
*
|
|
ClangFormat: Fixed the clang-format errors
Subv
2016-11-30
2
-6
/
+10
*
|
|
Set client SDK version to Service APIs
mailwl
2016-11-30
8
-16
/
+88
|
/
/
*
/
Build: Fixed a few warnings.
Subv
2016-11-29
3
-11
/
+11
|
/
*
Merge pull request #2196 from Subv/system_mode
Yuri Kunde Schlesner
2016-11-27
10
-21
/
+66
|
\
|
*
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
2016-11-27
5
-27
/
+27
|
*
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
2016-11-19
10
-22
/
+67
*
|
Merge pull request #2222 from linkmauve/die-frameskip-die
Yuri Kunde Schlesner
2016-11-27
7
-33
/
+1
|
\
\
|
*
|
GPU: Remove the broken frame_skip option.
Emmanuel Gil Peyrot
2016-11-27
7
-33
/
+1
*
|
|
Merge pull request #2132 from wwylele/fix-fs-err
Sebastian Valle
2016-11-27
30
-304
/
+1234
|
\
\
\
|
*
|
|
tests: add a work-around for macOS linking error
wwylele
2016-11-19
2
-0
/
+15
|
*
|
|
FileSys: rename SaveDataCheck archive to NCCH archive
wwylele
2016-11-19
5
-23
/
+22
|
*
|
|
FileSys: remove unused DiskArchive
wwylele
2016-11-19
2
-179
/
+0
|
*
|
|
PTM & CFG: use the correct path and error code according to the new FileSys p...
wwylele
2016-11-19
2
-5
/
+6
|
*
|
|
FileSys: w->rw permission lift only happens in SDMC archive
wwylele
2016-11-19
4
-2
/
+14
|
*
|
|
FileSys: add SDMCWriteOnlyArchive
wwylele
2016-11-19
6
-0
/
+140
|
*
|
|
FileSys: add SDMCArchive
wwylele
2016-11-19
3
-1
/
+301
|
*
|
|
FileSys: add ExtSaveDataArchive
wwylele
2016-11-19
2
-1
/
+115
|
*
|
|
FileSys: add SaveDataArchive
wwylele
2016-11-19
7
-4
/
+368
|
*
|
|
FileSys: remove Open from FileBackend
wwylele
2016-11-19
4
-64
/
+44
|
*
|
|
FileSys: remove Open from DirectoryBackend
wwylele
2016-11-19
4
-25
/
+5
|
*
|
|
FileSys: add PathParser
wwylele
2016-11-19
5
-0
/
+200
|
*
|
|
FileSys: make Archive interfaces return error code
wwylele
2016-11-01
6
-87
/
+91
*
|
|
|
RasterizerGL: Use GL_TRUE and 0xFF in the stencil and depth masks instead of ...
Subv
2016-11-27
2
-4
/
+4
*
|
|
|
Rasterizer/Memfill: Set the correct stencil write mask when clearing the sten...
Subv
2016-11-27
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #2168 from mailwl/mic
Sebastian Valle
2016-11-27
4
-16
/
+309
|
\
\
\
|
*
|
|
Output parameters to log
mailwl
2016-11-25
1
-4
/
+6
[prev]
[next]