summaryrefslogtreecommitdiff
path: root/src/core/file_sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* file_sys: lower log level for setting host pathGravatar wwylele2017-03-084-4/+4
* Doxygen: Amend minor issues (#2593)Gravatar Mat M2017-02-261-1/+1
* loader: use self NCCH archiveGravatar wwylele2017-02-132-81/+0
* file_sys: add Self NCCH archiveGravatar wwylele2017-02-133-0/+312
* core: fix savedata_archive.cpp warnings about unhandled enumeration values on...Gravatar Kloen2017-01-291-0/+12
* core: fix archive_sdmc.cpp warnings about unhandled enumeration value on OSXGravatar Kloen2017-01-291-0/+12
* core: fix archive_extsavedata.cpp warning on OSXGravatar Kloen2017-01-291-0/+2
* Address clang-format issues.Gravatar bunnei2016-12-211-4/+3
* core: Remove HLE module, consolidate code & various cleanups.Gravatar bunnei2016-12-214-5/+5
* archive_source_sd_savedata: Add static method to get a specific save data pathGravatar MerryMage2016-12-152-0/+7
* file_sys: Make a few single-argument constructors explicitGravatar Lioncash2016-12-078-10/+10
* FileSys: Implement OtherSaveDataGravatar wwylele2016-11-293-0/+200
* FileSys: abstract SD save data archive sourceGravatar wwylele2016-11-294-78/+132
* FileSys: rename SaveDataCheck archive to NCCH archiveGravatar wwylele2016-11-192-15/+15
* FileSys: remove unused DiskArchiveGravatar wwylele2016-11-192-179/+0
* FileSys: w->rw permission lift only happens in SDMC archiveGravatar wwylele2016-11-194-2/+14
* FileSys: add SDMCWriteOnlyArchiveGravatar wwylele2016-11-193-0/+129
* FileSys: add SDMCArchiveGravatar wwylele2016-11-193-1/+301
* FileSys: add ExtSaveDataArchiveGravatar wwylele2016-11-191-1/+114
* FileSys: add SaveDataArchiveGravatar wwylele2016-11-195-4/+359
* FileSys: remove Open from FileBackendGravatar wwylele2016-11-194-64/+44
* FileSys: remove Open from DirectoryBackendGravatar wwylele2016-11-194-25/+5
* FileSys: add PathParserGravatar wwylele2016-11-192-0/+159
* FileSys: make Archive interfaces return error codeGravatar wwylele2016-11-015-55/+82
* fs: implement DeleteDirectoryRecursivelyGravatar wwylele2016-10-025-0/+19
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-219-9/+9
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-2120-44/+9
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-188-43/+30
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-1820-136/+217
* FileSys/Path: Replace Memory::GetPointer with Memory::ReadBlockGravatar MerryMage2016-05-211-6/+6
* Merge pull request #1643 from MerryMage/make_uniqueGravatar Mathew Maidment2016-04-058-19/+17
|\
| * Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-058-19/+17
* | archive_extsavedata: Fix member initialization orderGravatar Lioncash2016-03-211-1/+2
|/
* HLE/FS: Change the error code returned when an ExtSaveData archive is not found.Gravatar Subv2016-03-204-29/+37
* HLE/FS: Corrected some style concerns.Gravatar Subv2016-03-204-8/+8
* HLE/FS: Implemented GetFormatInfoGravatar Subv2016-03-2013-14/+130
* HLE/FS: Return the proper error codes when opening files.Gravatar Subv2016-03-206-25/+39
* HLE/FS: Return the proper error codes on file Read/Write operations.Gravatar Subv2016-03-205-16/+24
* HLE/FS: Corrected the error codes for DeleteFileGravatar Subv2016-03-205-8/+21
* HLE/FS: Corrected the error codes for CreateFileGravatar Subv2016-03-201-1/+4
* HLE/FS: FS::CreateFile takes an u64 for the file size.Gravatar Subv2016-03-205-5/+5
* Merge pull request #1297 from Subv/savesGravatar bunnei2016-03-011-2/+4
|\
| * DiskDirectory: Initialize the directory member with valid info.Gravatar Subv2016-01-161-2/+4
* | archive_backend: Remove unnecessary const from return typesGravatar Lioncash2016-01-252-8/+8
|/
* Implement FS_User::GetFreeBytesGravatar archshift2015-10-275-0/+18
* ivfc_archive: Fix a printf specifierGravatar Lioncash2015-09-301-1/+1
* disk_archive: Remove unimplemented constructor declarationsGravatar Lioncash2015-09-091-2/+0
* Services/FS: Correctly tell the guest app whether a file was correctly opened...Gravatar Subv2015-08-281-1/+1
* Archive: Correct a few incorrect types in function signaturesGravatar Yuri Kunde Schlesner2015-07-135-21/+21
* Loader: Remove unnecessary pointer indirection to IOFileGravatar Yuri Kunde Schlesner2015-07-132-2/+2