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
*
Implement MapPhysicalMemory/UnmapPhysicalMemory
Michael Scire
2019-07-07
2
-1
/
+7
*
file_sys: Rename other ContentRecordType members
Bakugo
2019-07-02
2
-3
/
+3
*
file_sys/registered_cache: Improve missing metadata error
Bakugo
2019-07-01
1
-2
/
+2
*
file_sys/submission_package: Don't warn about missing DeltaFragment NCAs
Bakugo
2019-07-01
1
-4
/
+7
*
file_sys/registered_cache: Ignore DeltaFragment NCAs during installation
Bakugo
2019-07-01
1
-0
/
+3
*
file_sys: Rename ContentRecordType::Patch to DeltaFragment
Bakugo
2019-07-01
1
-1
/
+1
*
glue: Correct missing bytes in ApplicationLaunchParameter
Zach Hilman
2019-06-25
2
-7
/
+10
*
registered_cache: Add getter to determine source slot in content provider union
Zach Hilman
2019-06-24
2
-0
/
+17
*
patch_manager: Add getter for title version
Zach Hilman
2019-06-24
2
-2
/
+14
*
Merge pull request #2546 from DarkLordZach/kips
bunnei
2019-06-21
4
-0
/
+347
|
\
|
*
kernel_executable: Optimize BLZ decompression
Zach Hilman
2019-06-06
1
-6
/
+5
|
*
game_list: Accept *.kip as a file extension of executables
Zach Hilman
2019-06-05
1
-1
/
+1
|
*
program_metadata: Add function to load meta from raw parameters
Zach Hilman
2019-06-05
2
-0
/
+20
|
*
file_sys: Add classes to parse KIP1 and INI1 files
Zach Hilman
2019-06-05
2
-0
/
+328
*
|
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
|
\
\
[next]