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
...
|
*
common/logging/filter: Replace C-style case with C++ static_cast
Lioncash
2018-09-04
1
-1
/
+1
|
*
common/logging/filter: Make constructor explicit
Lioncash
2018-09-04
1
-1
/
+1
*
|
Merge pull request #1237 from degasus/optimizations
bunnei
2018-09-04
4
-7
/
+7
|
\
\
|
*
|
core: Use a raw pointer in GetGPUDebugContext.
Markus Wick
2018-09-04
2
-3
/
+3
|
*
|
command_processor: Use std::array for bound_engines.
Markus Wick
2018-09-04
2
-4
/
+4
|
|
/
*
|
Merge pull request #1223 from DarkLordZach/custom-nand-sd-dirs
bunnei
2018-09-04
6
-0
/
+79
|
\
\
|
*
|
qt: Add message about not moving contents on dir change
Zach Hilman
2018-09-03
2
-6
/
+23
|
*
|
qt: Add UI options to change NAND/SD dirs
Zach Hilman
2018-09-03
3
-0
/
+36
|
*
|
settings: Save and load NAND/SD dirs from config
Zach Hilman
2018-09-03
3
-0
/
+26
*
|
|
Merge pull request #1232 from lioncash/copy
bunnei
2018-09-04
1
-1
/
+1
|
\
\
\
|
*
|
|
gl_shader_decompiler: Use used_shaders member variable directly within Genera...
Lioncash
2018-09-02
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #1235 from lioncash/forward-decl
bunnei
2018-09-04
22
-27
/
+64
|
\
\
\
|
*
|
|
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-09-03
22
-27
/
+64
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1236 from degasus/microprofile
bunnei
2018-09-04
4
-5
/
+21
|
\
\
\
|
*
|
|
Update microprofile scopes.
Markus Wick
2018-09-04
4
-5
/
+21
|
|
/
/
*
|
|
Merge pull request #1230 from lioncash/ssl
bunnei
2018-09-04
2
-37
/
+39
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ssl: Move SSL class to cpp file
Lioncash
2018-09-02
2
-37
/
+39
*
|
|
Merge pull request #1231 from lioncash/global
bunnei
2018-09-03
5
-19
/
+51
|
\
\
\
|
*
|
|
service: Migrate global named port map to the KernelCore class
Lioncash
2018-09-02
5
-19
/
+51
|
|
|
/
|
|
/
|
*
/
|
vfs_real: Forward declare IOFile
Lioncash
2018-09-02
13
-15
/
+45
|
/
/
*
|
Merge pull request #1213 from DarkLordZach/octopath-fs
bunnei
2018-09-02
3
-4
/
+33
|
\
\
|
*
|
maxwell_3d: Use CoreTiming for query timestamp
Zach Hilman
2018-08-31
1
-2
/
+3
|
*
|
filesystem: Implement OpenReadOnlySaveDataFilesystem
Zach Hilman
2018-08-31
2
-1
/
+7
|
*
|
filesystem: Add OpenFileSystemWithPatch
Zach Hilman
2018-08-31
2
-1
/
+23
|
|
/
*
|
Merge pull request #1215 from ogniK5377/texs-nodep-assert
bunnei
2018-09-02
2
-0
/
+3
|
\
\
|
*
|
Added assert for TEXS nodep
David Marcec
2018-09-01
2
-0
/
+3
|
|
/
*
|
Merge pull request #1220 from FearlessTobi/extensions-qol
bunnei
2018-09-02
2
-8
/
+10
|
\
\
|
*
|
citra_qt: Display the unsupported GL extensions in the popup
fearlessTobi
2018-09-01
2
-8
/
+10
|
|
/
*
|
Merge pull request #1214 from ogniK5377/ipa-assert
bunnei
2018-09-02
2
-6
/
+13
|
\
\
|
*
|
Added better asserts to IPA, Renamed IPA modes to match mesa
David Marcec
2018-09-01
2
-6
/
+13
|
|
/
*
|
Merge pull request #1216 from ogniK5377/ffma-assert
bunnei
2018-09-02
2
-0
/
+9
|
\
\
|
*
|
Removed saturate assert
David Marcec
2018-09-01
2
-2
/
+0
|
*
|
Changed tab5980_0 default from 0 -> 1
David Marcec
2018-09-01
1
-2
/
+2
|
*
|
Added FFMA asserts
David Marcec
2018-09-01
2
-0
/
+11
|
|
/
*
|
Merge pull request #1218 from ogniK5377/fmul-assert
bunnei
2018-09-02
2
-0
/
+13
|
\
\
|
*
|
Removed saturate assert
David Marcec
2018-09-01
2
-2
/
+0
|
*
|
Added FMUL asserts
David Marcec
2018-09-01
2
-0
/
+15
|
|
/
*
/
filesystem: Move dir retrieval after path checking in DeleteFile()
Lioncash
2018-09-02
1
-2
/
+5
|
/
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
29
-66
/
+185
*
gl_rasterizer_cache: Use accurate framebuffer setting for accurate copies.
bunnei
2018-08-31
2
-73
/
+54
*
gl_rasterizer_cache: Also use reserve cache for RecreateSurface.
bunnei
2018-08-31
2
-24
/
+18
*
rasterizer_cache: Use boost::interval_map for a more accurate cache.
bunnei
2018-08-31
1
-33
/
+45
*
gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.
bunnei
2018-08-31
11
-138
/
+70
*
gl_rasterizer: Fix issues with the rasterizer cache.
bunnei
2018-08-31
4
-46
/
+57
*
Implement BC6H_UF16 & BC6H_SF16 (#1092)
greggameplayer
2018-08-31
3
-31
/
+55
*
Merge pull request #1204 from lioncash/pimpl
bunnei
2018-08-31
5
-279
/
+387
|
\
|
*
core: Make the main System class use the PImpl idiom
Lioncash
2018-08-31
5
-279
/
+387
*
|
Merge pull request #1207 from degasus/hotfix
bunnei
2018-08-31
1
-1
/
+1
|
\
\
|
*
|
Report correct shader size.
Markus Wick
2018-08-31
1
-1
/
+1
*
|
|
Added predicate comparison GreaterEqualWithNan
Hexagon12
2018-08-31
2
-3
/
+4
|
/
/
[prev]
[next]