index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure_debug: Move reporting option to logging
Zach Hilman
2019-09-21
9
-18
/
+19
*
filesystem: Add const qualification to various accessors
Zach Hilman
2019-09-21
9
-80
/
+91
*
core: Store FileSystemController in core
Zach Hilman
2019-09-21
2
-0
/
+32
*
settings: Add options for managing gamecard emulation
Zach Hilman
2019-09-21
1
-2
/
+3
*
settings: Add options for setting storage sizes
Zach Hilman
2019-09-21
1
-0
/
+29
*
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
12
-31
/
+78
*
settings: Update LogSettings to show NAND/SDMC paths from FileUtil
Zach Hilman
2019-09-21
1
-2
/
+3
*
card_image: Add accessors for gamecard certificate
Zach Hilman
2019-09-21
2
-0
/
+9
*
card_image: Add functions to query gamecard update partition
Zach Hilman
2019-09-21
2
-0
/
+24
*
content_archive: Add accessors for Rights ID and SDK Version
Zach Hilman
2019-09-21
2
-0
/
+10
*
partition_data_manager: Add accessor for decrypted PRODINFO partition
Zach Hilman
2019-09-21
2
-0
/
+5
*
services: Pass FileSystemController as reference to services that need it
Zach Hilman
2019-09-21
11
-20
/
+47
*
am: Unstub IApplicationFunctions EnsureSaveData (20)
Zach Hilman
2019-09-21
1
-8
/
+14
*
filesystem: Pass Size Getter functions to IFileSystem for sizes
Zach Hilman
2019-09-21
3
-20
/
+31
*
sdmc_factory: Add SD Card size getters
Zach Hilman
2019-09-21
2
-0
/
+12
*
bis_factory: Add getters for NAND partition sizes
Zach Hilman
2019-09-21
2
-0
/
+38
*
filesystem: Add FileSystemController to deglobalize FS services
Zach Hilman
2019-09-21
2
-58
/
+359
*
submisson_package: Fix edge case with improperly sized filenames
Zach Hilman
2019-09-21
1
-1
/
+2
*
sdmc_factory: Add accessor for SDMC Album directory
Zach Hilman
2019-09-21
2
-0
/
+6
*
sdmc_factory: Add accessor for SDMC PlaceholderCache
Zach Hilman
2019-09-21
2
-1
/
+10
*
sdmc_factory: Add accessor for content directory
Zach Hilman
2019-09-21
2
-0
/
+7
*
savedata_factory: Implement savedata creation and don't create dir on open
Zach Hilman
2019-09-21
2
-26
/
+40
*
patch_manager: Add short-circuit edge-case to GetPatchVersionNames
Zach Hilman
2019-09-21
1
-0
/
+2
*
patch_manager: Add error checking to load dir to prevent crashes
Zach Hilman
2019-09-21
1
-0
/
+15
*
registered_cache: Process *.cnmt.nca files
Zach Hilman
2019-09-21
1
-16
/
+23
*
registered_cache: Implement PlaceholderCache to manage placeholder and instal...
Zach Hilman
2019-09-21
2
-0
/
+175
*
bis_factory: Fix mod loader edge-case with homebrew title IDs
Zach Hilman
2019-09-21
1
-1
/
+1
*
bis_factory: Add accessors for BIS placeholder caches
Zach Hilman
2019-09-21
2
-1
/
+20
*
bis_factory: Add accessor for NAND Image Directory
Zach Hilman
2019-09-21
2
-0
/
+6
*
bis_factory: Add accessors for BIS content directories
Zach Hilman
2019-09-21
2
-0
/
+11
*
bis_factory: Add accessors for BIS partitions
Zach Hilman
2019-09-21
2
-0
/
+61
*
Merge pull request #2806 from FearlessTobi/port-4882
David
2019-09-21
4
-10
/
+84
|
\
|
*
Address review comments
FearlessTobi
2019-09-10
2
-6
/
+9
|
*
Add frametime logging for tracking performance over time
fearlessTobi
2019-09-10
4
-10
/
+81
*
|
Merge pull request #2872 from FernandoS27/mem-gpu-opt
David
2019-09-21
1
-2
/
+7
|
\
\
|
*
|
Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerC...
Fernando Sahmkow
2019-09-18
1
-2
/
+7
*
|
|
Merge pull request #2576 from DarkLordZach/nsp-fix-1
David
2019-09-21
2
-14
/
+39
|
\
\
\
|
*
|
|
nsp: Correct status codes for extracted NSPs
Zach Hilman
2019-06-10
2
-13
/
+17
|
*
|
|
nsp: Use title ID from NPDM metadata for extracted type NSPs
Zach Hilman
2019-06-10
2
-1
/
+22
*
|
|
|
Mark KickOffPb & SubmitGPFIFO as trace
David Marcec
2019-09-21
1
-4
/
+4
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #2667 from DarkLordZach/profile-editor
bunnei
2019-09-14
5
-10
/
+130
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
acc_su: Implement GetProfileEditor (205)
Zach Hilman
2019-07-03
3
-1
/
+13
|
*
|
acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage'
Zach Hilman
2019-07-03
1
-1
/
+73
|
*
|
profile_manager: Add setter for ProfileBase and ProfileData
Zach Hilman
2019-07-03
2
-0
/
+13
|
*
|
acc: Add IProfileCommon for IProfile and IProfileEditor
Zach Hilman
2019-07-03
1
-8
/
+31
*
|
|
Merge pull request #2847 from VelocityRa/nro-nacp-fix
David
2019-09-09
2
-0
/
+10
|
\
\
\
|
*
|
|
nro: Implement ReadControlData
Nick Renieris
2019-09-08
2
-0
/
+10
*
|
|
|
Merge pull request #2716 from lioncash/hle-global
David
2019-09-09
17
-97
/
+143
|
\
\
\
\
|
*
|
|
|
service/am: Remove usages of global system accessors
Lioncash
2019-09-04
17
-97
/
+143
*
|
|
|
|
Merge pull request #2763 from lioncash/map-phys
David
2019-09-09
2
-39
/
+41
|
\
\
\
\
\
[next]