summaryrefslogtreecommitdiff
path: root/src/core/file_sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* FS: Stream RomFS from file instead of loading all of it to memoryGravatar condut2015-07-135-23/+27
* Core: Properly configure address space when loading a binaryGravatar Yuri Kunde Schlesner2015-07-111-2/+2
* Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-2817-30/+52
* CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-281-0/+1
* Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-281-0/+2
* Common: Fix FileUtil includes, and everything relying on those.Gravatar Emmanuel Gil Peyrot2015-06-284-0/+4
* ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Gravatar Subv2015-06-011-3/+6
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-293-5/+5
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-151-1/+1
* Kernel: Remove g_program_idGravatar Yuri Kunde Schlesner2015-05-081-2/+3
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-078-1/+7
* Clean-up includesGravatar Yuri Kunde Schlesner2015-05-062-4/+2
* FileSys: De-inline Path membersGravatar Yuri Kunde Schlesner2015-05-062-125/+136
* FileSys: Clean-up includes, de-inline destructorsGravatar Yuri Kunde Schlesner2015-05-063-7/+14
* Headers: Add some forgotten overrides, thanks clang!Gravatar Emmanuel Gil Peyrot2015-04-141-1/+1
* Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSy...Gravatar Subv2015-03-144-2/+76
* Archives: Properly implemented the SystemSaveData archive.Gravatar Subv2015-02-252-19/+28
* FS: Allow multiple instances of the same archive type to be open at onceGravatar Yuri Kunde Schlesner2015-02-1015-129/+163
* Services: Stubbed more services.Gravatar Subv2015-01-242-2/+19
* Merge pull request #376 from Subv/arc_reorderGravatar bunnei2015-01-067-16/+50
|\
| * Archives/Exdata: Don't set concrete_mount_point in the ctorGravatar Subv2015-01-061-1/+1
| * Archives: Addressed some commentsGravatar Subv2015-01-064-13/+13
| * SaveDataCheck: Fixed a typoGravatar Subv2015-01-051-1/+1
| * Archives: Make SYSTEM_ID and SDCARD_ID stringsGravatar Subv2015-01-044-5/+7
| * Archives: Changed the way paths are built for the archives.Gravatar Subv2015-01-036-12/+44
| * SaveDataCheck: Move the files to nand/titleGravatar Subv2015-01-031-1/+2
| * Archives: Change the folder layout of some archives.Gravatar Subv2015-01-021-2/+1
* | FileSys: Fix crash bug in DiskFile exposed by #400Gravatar Yuri Kunde Schlesner2015-01-031-4/+0
* | FileSys: Fix a few memory leaksGravatar Yuri Kunde Schlesner2015-01-032-6/+7
|/
* IVFCArchive: Use a critical log to notify of invalid operations.Gravatar Subv2015-01-021-9/+9