index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
fs
/
archive.h
Age
Commit message (
Expand
)
Author
2017-10-12
Remove lots more 3DS-specific code.
bunnei
2017-09-25
HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...
Subv
2017-06-06
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-05
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-02-13
loader: use self NCCH archive
wwylele
2016-12-21
Address clang-format issues.
bunnei
2016-12-21
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2016-12-14
Merge pull request #2249 from Subv/sessions_v3
Yuri Kunde Schlesner
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-09
Moved the HLE command buffer translation task to ServerSession instead of the...
Subv
2016-12-08
Use std::move where appropriate.
Subv
2016-12-05
Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...
Subv
2016-11-30
A bit of a redesign.
Subv
2016-11-30
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-11-29
FileSys: Implement OtherSaveData
wwylele
2016-11-29
FS: add missing MediaType
wwylele
2016-11-19
FileSys: rename SaveDataCheck archive to NCCH archive
wwylele
2016-10-02
fs: implement DeleteDirectoryRecursively
wwylele
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-07-03
Service::CFG/FS: add and refactor out utilities for front-end
wwylele
2016-03-20
HLE/FS: Corrected some style concerns.
Subv
2016-03-20
HLE/FS: Implemented GetFormatInfo
Subv
2016-03-20
HLE/FS: FS::CreateFile takes an u64 for the file size.
Subv
2015-10-27
Implement FS_User::GetFreeBytes
archshift
2015-09-10
General: Fix up doxygen comments
Lioncash
2015-06-28
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-06-01
ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.
Subv
2015-05-06
FileSys: Clean-up includes, de-inline destructors
Yuri Kunde Schlesner
2015-03-14
Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSy...
Subv
2015-02-10
Archives: Made the Format function more generic.
Subv
2015-02-10
Archives: Expose the File and Directory classes to HLE
Subv
2015-02-10
FS: Allow multiple instances of the same archive type to be open at once
Yuri Kunde Schlesner
2015-02-02
Filesys: Move creation of Handles for File/Directory to service handlers
Yuri Kunde Schlesner
2015-01-24
Services: Stubbed more services.
Subv
2015-01-20
core: Fix a few docstrings
Lioncash
2015-01-04
Archives: Make SYSTEM_ID and SDCARD_ID strings
Subv
2015-01-03
Archives: Changed the way paths are built for the archives.
Subv
2015-01-02
Archives: Reduced duplicate code in RomFS and SaveCheck.
Subv
2015-01-02
SaveDataCheck: Preliminary work in this archive.
Subv
2014-12-29
Archives: Implemented ExtSaveData and SharedExtSaveData
Subv
2014-12-21
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
Added CreateFile to the FS_USER service
archshift
2014-12-20
License change
purpasmart96
2014-12-17
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-16
FS.Archive: Clean up treatment of archives and their handles
Yuri Kunde Schlesner
2014-12-16
Service.FS: Rename FileSys::Archive to ArchiveBackend
Yuri Kunde Schlesner
2014-12-16
Service.FS: Do archive registration using IdCode instead of name
Yuri Kunde Schlesner
2014-12-16
HLE: Rename namespaces to match move & fix initialization order
Yuri Kunde Schlesner
2014-12-16
HLE: Move kernel/archive.* to service/fs/
Yuri Kunde Schlesner