summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2019-09-05Merge pull request #2707 from DarkLordZach/oss-miimodelDavid
2019-07-10system_archive: Add open-source reimplementation of MiiModel dataZach Hilman
2019-07-07Implement MapPhysicalMemory/UnmapPhysicalMemoryMichael Scire
2019-07-02file_sys: Rename other ContentRecordType membersBakugo
2019-07-01file_sys/registered_cache: Improve missing metadata errorBakugo
2019-07-01file_sys/submission_package: Don't warn about missing DeltaFragment NCAsBakugo
2019-07-01file_sys/registered_cache: Ignore DeltaFragment NCAs during installationBakugo
2019-07-01file_sys: Rename ContentRecordType::Patch to DeltaFragmentBakugo
2019-06-25glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman
2019-06-24registered_cache: Add getter to determine source slot in content provider unionZach Hilman
2019-06-24patch_manager: Add getter for title versionZach Hilman
2019-06-21Merge pull request #2546 from DarkLordZach/kipsbunnei
2019-06-19Update content_archive.cppjonsn0w
2019-06-17Addressed issuesDavid Marcec
2019-06-16Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...David Marcec
2019-06-15Merge pull request #2581 from lioncash/hexZach Hilman
2019-06-14Merge pull request #2582 from lioncash/reservedbunnei
2019-06-12Merge pull request #2577 from lioncash/fsZach Hilman
2019-06-12file_sys/ips_layer: Remove unnecessary reserve() callLioncash
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash
2019-06-12file_sys/card_image: Remove obsolete TODOLioncash
2019-06-10file_sys/nca_metadata: Update CNMT structuresLioncash
2019-06-10file_sys/card_image: Deduplicate casts within AddNCAFromPartition()Lioncash
2019-06-10file_sys/card_image: Make bracing consistentLioncash
2019-06-10file_sys/card_image: Assign collapsed NCA contents directly to ncas memberLioncash
2019-06-10file_sys/card_image: Deduplicate type castLioncash
2019-06-10file_sys/card_image: Get rid of a magic numberLioncash
2019-06-10file_sys/card_image: Use std::array deduction guidesLioncash
2019-06-06kernel_executable: Optimize BLZ decompressionZach Hilman
2019-06-05game_list: Accept *.kip as a file extension of executablesZach Hilman
2019-06-05program_metadata: Add function to load meta from raw parametersZach Hilman
2019-06-05file_sys: Add classes to parse KIP1 and INI1 filesZach Hilman
2019-05-23Implement IApplicationFunctions::GetDesiredLanguageMichael Scire
2019-04-09Merge pull request #1957 from DarkLordZach/title-providerbunnei
2019-04-05Merge pull request #2340 from lioncash/viewbunnei
2019-04-05Merge pull request #2341 from lioncash/comparebunnei
2019-04-05Merge pull request #2339 from lioncash/rankbunnei
2019-04-05file_sys/program_metadata: Remove obsolete TODOsLioncash
2019-04-05file_sys/nca_metadata: Remove unnecessary comparison operators for TitleTypeLioncash
2019-04-05file_sys/fsmitm_romfsbuild: Utilize a string_view in romfs_calc_path_hash()Lioncash
2019-04-05service/fsp_srv: Don't pass SaveDataDescriptor instances by value.Lioncash
2019-04-05service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structsLioncash
2019-04-03file_sys/control_metadata: Amend naming of membersLioncash
2019-03-27patch_manager: Dump NSO name with build IDZach Hilman
2019-03-26core: Port current uses of RegisteredCache to ContentProviderZach Hilman
2019-03-26file_sys: Create ContentProvider interface and default implementationsZach Hilman
2019-03-24core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linkedLioncash
2019-03-23Merge pull request #2221 from DarkLordZach/firmware-versionbunnei
2019-03-23Merge pull request #2280 from lioncash/nsobunnei
2019-03-22file_sys/cheat_engine: Silence truncation and sign-conversion warningsLioncash