index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update content_archive.cpp
jonsn0w
2019-06-19
1
-2
/
+2
*
Addressed issues
David Marcec
2019-06-17
1
-1
/
+1
*
Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...
David Marcec
2019-06-16
2
-1
/
+7
*
Merge pull request #2581 from lioncash/hex
Zach Hilman
2019-06-15
5
-17
/
+22
|
\
|
*
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-06-12
5
-17
/
+22
*
|
Merge pull request #2582 from lioncash/reserved
bunnei
2019-06-14
1
-1
/
+0
|
\
\
|
*
|
file_sys/ips_layer: Remove unnecessary reserve() call
Lioncash
2019-06-12
1
-1
/
+0
|
|
/
*
|
Merge pull request #2577 from lioncash/fs
Zach Hilman
2019-06-12
1
-17
/
+29
|
\
\
|
|
/
|
/
|
|
*
file_sys/card_image: Remove obsolete TODO
Lioncash
2019-06-12
1
-1
/
+1
|
*
file_sys/card_image: Deduplicate casts within AddNCAFromPartition()
Lioncash
2019-06-10
1
-3
/
+6
|
*
file_sys/card_image: Make bracing consistent
Lioncash
2019-06-10
1
-4
/
+8
|
*
file_sys/card_image: Assign collapsed NCA contents directly to ncas member
Lioncash
2019-06-10
1
-3
/
+1
|
*
file_sys/card_image: Deduplicate type cast
Lioncash
2019-06-10
1
-4
/
+6
|
*
file_sys/card_image: Get rid of a magic number
Lioncash
2019-06-10
1
-1
/
+1
|
*
file_sys/card_image: Use std::array deduction guides
Lioncash
2019-06-10
1
-1
/
+6
*
|
file_sys/nca_metadata: Update CNMT structures
Lioncash
2019-06-10
1
-2
/
+7
|
/
*
Implement IApplicationFunctions::GetDesiredLanguage
Michael Scire
2019-05-23
2
-0
/
+5
*
Merge pull request #1957 from DarkLordZach/title-provider
bunnei
2019-04-09
7
-174
/
+307
|
\
|
*
patch_manager: Dump NSO name with build ID
Zach Hilman
2019-03-27
2
-5
/
+6
|
*
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
2019-03-26
4
-17
/
+22
|
*
file_sys: Create ContentProvider interface and default implementations
Zach Hilman
2019-03-26
2
-152
/
+279
*
|
Merge pull request #2340 from lioncash/view
bunnei
2019-04-05
1
-1
/
+3
|
\
\
|
*
|
file_sys/fsmitm_romfsbuild: Utilize a string_view in romfs_calc_path_hash()
Lioncash
2019-04-05
1
-1
/
+3
*
|
|
Merge pull request #2341 from lioncash/compare
bunnei
2019-04-05
2
-11
/
+0
|
\
\
\
|
*
|
|
file_sys/nca_metadata: Remove unnecessary comparison operators for TitleType
Lioncash
2019-04-05
2
-11
/
+0
|
|
/
/
*
|
|
Merge pull request #2339 from lioncash/rank
bunnei
2019-04-05
2
-5
/
+14
|
\
\
\
|
*
|
|
service/fsp_srv: Don't pass SaveDataDescriptor instances by value.
Lioncash
2019-04-05
2
-2
/
+2
|
*
|
|
service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structs
Lioncash
2019-04-05
2
-3
/
+12
|
|
|
/
|
|
/
|
*
|
|
file_sys/program_metadata: Remove obsolete TODOs
Lioncash
2019-04-05
2
-15
/
+14
|
|
/
|
/
|
*
|
file_sys/control_metadata: Amend naming of members
Lioncash
2019-04-03
2
-12
/
+24
|
/
*
core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked
Lioncash
2019-03-24
1
-0
/
+2
*
Merge pull request #2221 from DarkLordZach/firmware-version
bunnei
2019-03-23
4
-1
/
+73
|
\
|
*
set_sys: Use official nintendo version string
Zach Hilman
2019-03-10
3
-8
/
+18
|
*
system_version: Correct sizes on VectorVfsFile construction
Zach Hilman
2019-03-10
1
-4
/
+4
|
*
set_sys: Implement GetFirmwareVersion(2) for libnx hosversion
Zach Hilman
2019-03-10
3
-1
/
+63
*
|
Merge pull request #2280 from lioncash/nso
bunnei
2019-03-23
1
-14
/
+11
|
\
\
|
*
|
file_sys/patch_manager: Deduplicate NSO header
Lioncash
2019-03-22
1
-14
/
+8
|
*
|
file_sys/patch_manager: Remove two magic values
Lioncash
2019-03-22
1
-2
/
+5
*
|
|
file_sys/cheat_engine: Silence truncation and sign-conversion warnings
Lioncash
2019-03-22
2
-5
/
+6
*
|
|
file_sys/cheat_engine: Remove use of global system accessors
Lioncash
2019-03-22
4
-37
/
+45
|
/
/
*
|
Merge pull request #1933 from DarkLordZach/cheat-engine
bunnei
2019-03-21
4
-0
/
+778
|
\
\
|
*
|
vm_manager: Remove cheat-specific ranges from VMManager
Zach Hilman
2019-03-05
2
-37
/
+44
|
*
|
cheat_engine: Add parser and interpreter for game cheats
Zach Hilman
2019-03-04
2
-0
/
+713
|
*
|
patch_manager: Display cheats in game list add-ons
Zach Hilman
2019-03-04
1
-0
/
+2
|
*
|
patch_manager: Add support for loading cheats lists
Zach Hilman
2019-03-04
2
-0
/
+56
|
|
/
*
/
file_sys/content_archive: Amend name of Data_Unknown5 enum entry
Lioncash
2019-03-19
2
-2
/
+15
|
/
*
file_sys/vfs_vector: Fix ignored offset on Write
Frederic L
2019-02-25
1
-1
/
+1
*
Merge pull request #2025 from DarkLordZach/loader-banner-logo
bunnei
2019-01-20
2
-0
/
+16
|
\
|
*
content_archive: Add getter for logo section of NCA
Zach Hilman
2019-01-15
2
-0
/
+16
*
|
file_sys/directory: Remove unused DirectoryBackend class
Lioncash
2019-01-18
1
-23
/
+0
|
/
[next]