index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
fs
/
archive.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
FileSys: Implement OtherSaveData
wwylele
2016-11-29
1
-0
/
+9
*
FileSys: abstract SD save data archive source
wwylele
2016-11-29
1
-1
/
+2
*
FileSys: rename SaveDataCheck archive to NCCH archive
wwylele
2016-11-19
1
-5
/
+4
*
FileSys: add SDMCWriteOnlyArchive
wwylele
2016-11-19
1
-0
/
+8
*
FileSys: make Archive interfaces return error code
wwylele
2016-11-01
1
-32
/
+9
*
fs: implement DeleteDirectoryRecursively
wwylele
2016-10-02
1
-0
/
+12
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-4
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-8
/
+4
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-186
/
+203
*
Merge pull request #1894 from wwylele/set-config-block
Yuri Kunde Schlesner
2016-07-10
1
-8
/
+16
|
\
|
*
Service::CFG/FS: add and refactor out utilities for front-end
wwylele
2016-07-03
1
-8
/
+16
*
|
Fix the errorcode of archive handle
JamePeng
2016-07-04
1
-10
/
+14
|
/
*
Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types in the memory block manipulation functions.
Subv
2016-05-28
1
-1
/
+0
*
FS/Archive: Remove use of Memory::GetPointer
MerryMage
2016-05-28
1
-7
/
+14
*
HWRasterizer: Texture forwarding
tfarley
2016-04-21
1
-0
/
+1
*
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2016-04-05
1
-7
/
+6
*
HLE/FS: Change the error code returned when an ExtSaveData archive is not found.
Subv
2016-03-20
1
-4
/
+8
*
HLE/FS: Corrected some style concerns.
Subv
2016-03-20
1
-4
/
+1
*
HLE/FS: Implemented GetFormatInfo
Subv
2016-03-20
1
-26
/
+22
*
HLE/FS: Don't return an error when deleting the ExtSaveData if it does not exist.
Subv
2016-03-20
1
-1
/
+1
*
HLE/FS: Return the proper error codes when opening files.
Subv
2016-03-20
1
-3
/
+4
*
HLE/FS: Fixed the OpenDirectory error code
Subv
2016-03-20
1
-1
/
+1
*
HLE/FS: Return the proper error codes on file Read/Write operations.
Subv
2016-03-20
1
-2
/
+15
*
HLE/FS: Corrected the error codes for DeleteFile
Subv
2016-03-20
1
-4
/
+1
*
HLE/FS: FS::CreateFile takes an u64 for the file size.
Subv
2016-03-20
1
-1
/
+1
*
Implement FS_User::GetFreeBytes
archshift
2015-10-28
1
-0
/
+7
*
Archive: Correct a few incorrect types in function signatures
Yuri Kunde Schlesner
2015-07-14
1
-1
/
+1
*
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-06-28
1
-2
/
+8
*
ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.
Subv
2015-06-02
1
-3
/
+20
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-3
/
+3
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+1
*
FileSys: Clean-up includes, de-inline destructors
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+10
*
Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveData
Subv
2015-03-14
1
-15
/
+59
*
Services: Moved the PTM and APT services to their own folder
Subv
2015-03-04
1
-0
/
+4
*
Archives: Properly implemented the SystemSaveData archive.
Subv
2015-02-26
1
-0
/
+4
*
Build: Fixed some warnings
Subv
2015-02-12
1
-4
/
+4
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-1
/
+1
*
Archives: Made the Format function more generic.
Subv
2015-02-10
1
-5
/
+3
*
Archives: Expose the File and Directory classes to HLE
Subv
2015-02-10
1
-53
/
+27
*
FS: Allow multiple instances of the same archive type to be open at once
Yuri Kunde Schlesner
2015-02-10
1
-25
/
+26
*
FS: Get rid of completely useless Archive class
Yuri Kunde Schlesner
2015-02-10
1
-36
/
+26
*
FS: Remove use of GetHandle
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
*
Filesys: Move creation of Handles for File/Directory to service handlers
Yuri Kunde Schlesner
2015-02-02
1
-16
/
+8
*
archive: Fix initializer list order for the File class.
Lioncash
2015-01-30
1
-1
/
+1
*
Remove result.h InvalidHandle
Yuri Kunde Schlesner
2015-01-30
1
-9
/
+14
*
Services: Stubbed more services.
Subv
2015-01-24
1
-0
/
+22
*
Archives: Changed the unimplemented archives comment.
Subv
2015-01-06
1
-1
/
+1
*
Archives: Addressed some comments
Subv
2015-01-06
1
-2
/
+2
*
Archives: Make SYSTEM_ID and SDCARD_ID strings
Subv
2015-01-04
1
-2
/
+2
*
Archives: Changed the way paths are built for the archives.
Subv
2015-01-04
1
-10
/
+10
*
Archives: Change the folder layout of some archives.
Subv
2015-01-03
1
-1
/
+1
*
Archives: Reduced duplicate code in RomFS and SaveCheck.
Subv
2015-01-03
1
-3
/
+4
*
SaveDataCheck: Preliminary work in this archive.
Subv
2015-01-03
1
-3
/
+34
*
archive: Fix initializer list order
Lioncash
2015-01-03
1
-3
/
+3
*
Archives: Implemented ExtSaveData and SharedExtSaveData
Subv
2014-12-30
1
-27
/
+32
*
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
1
-4
/
+6
*
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-28
1
-4
/
+4
*
CFG: Implemented the GetConfigInfoBlk2 function.
Subv
2014-12-21
1
-9
/
+0
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
1
-1
/
+1
|
\
|
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
|
Added CreateFile to the FS_USER service
archshift
2014-12-21
1
-0
/
+8
*
|
Common: Add a clone of std::make_unique
Yuri Kunde Schlesner
2014-12-20
1
-6
/
+7
|
/
*
SystemSaveData: Fixed a typo that was segfaulting
Subv
2014-12-19
1
-1
/
+1
*
SaveData: Implemented the SystemSaveData archive.
Subv
2014-12-18
1
-0
/
+9
*
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-18
1
-6
/
+45
*
Work around libstdc++'s lack of support for std::hash on enums
Yuri Kunde Schlesner
2014-12-16
1
-0
/
+15
*
FS.Archive: Clean up treatment of archives and their handles
Yuri Kunde Schlesner
2014-12-16
1
-150
/
+102
*
Service.FS: Rename FileSys::File to FileBackend
Yuri Kunde Schlesner
2014-12-16
1
-1
/
+1
*
Service.FS: Rename FileSys::Directory to DirectoryBackend
Yuri Kunde Schlesner
2014-12-16
1
-2
/
+2
*
Service.FS: Rename FileSys::Archive to ArchiveBackend
Yuri Kunde Schlesner
2014-12-16
1
-3
/
+3
*
Service.FS: Do archive registration using IdCode instead of name
Yuri Kunde Schlesner
2014-12-16
1
-10
/
+10
*
HLE: Rename namespaces to match move & fix initialization order
Yuri Kunde Schlesner
2014-12-16
1
-5
/
+4
*
HLE: Move kernel/archive.* to service/fs/
Yuri Kunde Schlesner
2014-12-16
1
-0
/
+426