Lioncash
|
5e9f1ec096
file_sys: Make a few single-argument constructors explicit
|
hace 9 años |
Emmanuel Gil Peyrot
|
ebdae19fd2
Remove empty newlines in #include blocks.
|
hace 9 años |
Emmanuel Gil Peyrot
|
dc8479928c
Sources: Run clang-format on everything.
|
hace 10 años |
Subv
|
d26c6b3212
HLE/FS: Implemented GetFormatInfo
|
hace 10 años |
Yuri Kunde Schlesner
|
2d7299a86f
Loader: Remove unnecessary pointer indirection to IOFile
|
hace 11 años |
condut
|
c385b7767d
FS: Stream RomFS from file instead of loading all of it to memory
|
hace 11 años |
Emmanuel Gil Peyrot
|
e5fcabdd69
Core: Cleanup file_sys includes.
|
hace 11 años |
Yuri Kunde Schlesner
|
3f1a3952d7
FS: Allow multiple instances of the same archive type to be open at once
|
hace 11 años |
Subv
|
aade417b14
Archives: Reduced duplicate code in RomFS and SaveCheck.
|
hace 11 años |
Subv
|
13efbdc201
SaveDataCheck: Preliminary work in this archive.
|
hace 11 años |
Subv
|
2c89d4d5cd
Archives: Implemented ExtSaveData and SharedExtSaveData
|
hace 11 años |
Emmanuel Gil Peyrot
|
bbe0bf1332
FileSys: Clean up according to the coding style, and remove redundant namespaced names.
|
hace 11 años |
bunnei
|
0de6a08d75
Merge pull request #291 from purpasmart96/license
|
hace 11 años |
archshift
|
0625dd09ea
Added CreateFile to the FS_USER service
|
hace 11 años |
purpasmart96
|
ebfd831ccb
License change
|
hace 11 años |
Yuri Kunde Schlesner
|
83e6e4ffec
FS.Archive: Clean up treatment of archives and their handles
|
hace 11 años |
Yuri Kunde Schlesner
|
0931a42af0
Service.FS: Rename FileSys::File to FileBackend
|
hace 11 años |
Yuri Kunde Schlesner
|
d51afab0bc
Service.FS: Rename FileSys::Directory to DirectoryBackend
|
hace 11 años |
Yuri Kunde Schlesner
|
82fe821e87
Service.FS: Rename FileSys::Archive to ArchiveBackend
|
hace 11 años |
Yuri Kunde Schlesner
|
f6153679b0
Service.FS: Do archive registration using IdCode instead of name
|
hace 11 años |
archshift
|
e5ff01c2cd
Implemented RenameDirectory in FS:USER
|
hace 11 años |
archshift
|
45afc15aa6
Implemented RenameFile in FS:USER
|
hace 11 años |
bunnei
|
ef1b16a7eb
Merge pull request #191 from archshift/deletexyz
|
hace 11 años |
archshift
|
8aeadbd95a
Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.
|
hace 11 años |
Emmanuel Gil Peyrot
|
f5d38649c7
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
|
hace 11 años |
Lioncash
|
1a8f466217
Remove extraneous semicolons
|
hace 11 años |
bunnei
|
a3107a6b57
FileSys: Updated backend code to use FileSys::Path instead of string for paths.
|
hace 11 años |
archshift
|
04c90c395d
Added CreateDirectory function to service/fs.cpp, and in Archive.
|
hace 11 años |
Emmanuel Gil Peyrot
|
c14e5713f5
Core: Add a method to obtain a Directory from an Archive.
|
hace 12 años |
Emmanuel Gil Peyrot
|
9251f7e2f8
Core: Add a new File class, obtainable from an Archive, and a stub implementation.
|
hace 12 años |