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
...
|
*
|
|
main: Make game updates installable
Zach Hilman
2018-09-04
1
-1
/
+5
|
*
|
|
game_list: Display patch names and versions on list
Zach Hilman
2018-09-04
2
-0
/
+27
|
*
|
|
loader: Add BKTR-specific error messages and codes
Zach Hilman
2018-09-04
3
-7
/
+28
|
*
|
|
loader: Ignore patches on NRO and DRD
Zach Hilman
2018-09-04
4
-0
/
+11
|
*
|
|
patch_manager: Add usages of patches to ExeFS
Zach Hilman
2018-09-04
5
-9
/
+41
|
*
|
|
file_sys: Add class to manage game patches
Zach Hilman
2018-09-04
2
-0
/
+132
|
*
|
|
file_sys: Add BKTR patching mechanism
Zach Hilman
2018-09-04
2
-0
/
+352
|
*
|
|
content_archive: Add BKTR header parsing to NCA
Zach Hilman
2018-09-04
2
-19
/
+160
|
*
|
|
registration: Add RegisteredCacheUnion
Zach Hilman
2018-09-04
4
-0
/
+164
|
*
|
|
game_list: Use RegisteredCacheUnion for installed
Zach Hilman
2018-09-04
3
-5
/
+3
|
*
|
|
aes_util: Fix error involving reads of less than 0x10
Zach Hilman
2018-09-04
1
-0
/
+14
*
|
|
|
Merge pull request #1245 from degasus/optimizations
bunnei
2018-09-05
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
gl_rasterizer: Skip TODO log.
Markus Wick
2018-09-05
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #1217 from degasus/vbo_cache2
bunnei
2018-09-05
5
-86
/
+182
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
renderer_opengl: Implement a buffer cache.
Markus Wick
2018-09-05
5
-86
/
+182
|
/
/
*
|
Merge pull request #1240 from degasus/optimizations
bunnei
2018-09-04
4
-15
/
+23
|
\
\
|
|
/
|
/
|
|
*
gl_shader_cache: Use an u32 for the binding point cache.
Markus Wick
2018-09-04
4
-15
/
+23
*
|
Merge pull request #1178 from DarkLordZach/nsp
bunnei
2018-09-04
19
-41
/
+650
|
\
\
|
|
/
|
/
|
|
*
main: Only show DRD deprecation warning once
Zach Hilman
2018-09-04
7
-6
/
+19
|
*
control_metadata: Use alternate language names if AmericanEnglish isn't avail...
Zach Hilman
2018-09-04
2
-4
/
+17
|
*
card_image: Add program title ID getter
Zach Hilman
2018-09-04
2
-0
/
+6
|
*
qt: Add deprecation warnings for DRD format
Zach Hilman
2018-09-04
1
-0
/
+10
|
*
registration: Fix NSP installation errors
Zach Hilman
2018-09-04
1
-1
/
+1
|
*
nsp: Comply with style and performance guidelines
Zach Hilman
2018-09-04
7
-29
/
+48
|
*
qt: Add UI support for NSP files
Zach Hilman
2018-09-04
3
-2
/
+7
|
*
registration: Add support for installing NSP files
Zach Hilman
2018-09-04
3
-16
/
+34
|
*
loader: Add AppLoader for NSP files
Zach Hilman
2018-09-04
2
-0
/
+182
|
*
card_image: Parse XCI secure partition with NSP
Zach Hilman
2018-09-04
4
-11
/
+38
|
*
file_sys: Add Nintendo Submission Package (NSP)
Zach Hilman
2018-09-04
2
-0
/
+296
|
*
drd: Load title ID from program metadata
Zach Hilman
2018-09-04
1
-3
/
+1
|
*
loader: Add NSP file type and NSP-specific errors
Zach Hilman
2018-09-04
2
-2
/
+14
|
*
key_manager: Avoid autogeneration if key exists
Zach Hilman
2018-09-04
1
-3
/
+13
|
/
*
Merge pull request #1238 from lioncash/explicit
bunnei
2018-09-04
3
-8
/
+8
|
\
|
*
common/logging: Amend documentation comments
Lioncash
2018-09-04
2
-6
/
+6
|
*
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
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
[prev]
[next]