aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/fs/archive.cpp
AgeCommit message (Expand)Author
2017-10-12Remove lots more 3DS-specific code.bunnei
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-09-25HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...Subv
2017-06-18ResultVal: Remove MoveFrom()Yuri Kunde Schlesner
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner
2017-06-06Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner
2017-06-05HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner
2017-06-02Addressed Bunnei's review comments, and made some other tweaks:TheKoopaKingdom
2017-06-02Switched to the ERROR_NOT_FOUND constant from errors.h.TheKoopaKingdom
2017-06-02Made some changes from review comments:TheKoopaKingdom
2017-05-24FS: Remove unused result definitionYuri Kunde Schlesner
2017-05-24FileSys: Move all result description to errors.hYuri Kunde Schlesner
2016-12-21core: Remove HLE module, consolidate code & various cleanups.bunnei
2016-12-16FS: fix debug build from #2249wwylele
2016-12-14Merge pull request #2249 from Subv/sessions_v3Yuri Kunde Schlesner
2016-12-14Fixed the codestyle to match our clang-format rules.Subv
2016-12-09Moved the HLE command buffer translation task to ServerSession instead of the...Subv
2016-12-08Added a framework for partially handling Session disconnections.Subv
2016-12-05Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...Subv
2016-11-30Fixed the rebase mistakes.Subv
2016-11-30A bit of a redesign.Subv
2016-11-30 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Subv
2016-11-29FileSys: Implement OtherSaveDatawwylele
2016-11-29FileSys: abstract SD save data archive sourcewwylele
2016-11-19FileSys: rename SaveDataCheck archive to NCCH archivewwylele
2016-11-19FileSys: add SDMCWriteOnlyArchivewwylele
2016-11-01FileSys: make Archive interfaces return error codewwylele
2016-10-02fs: implement DeleteDirectoryRecursivelywwylele
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-07-09Merge pull request #1894 from wwylele/set-config-blockYuri Kunde Schlesner
2016-07-05Fix the errorcode of archive handleJamePeng
2016-07-03Service::CFG/FS: add and refactor out utilities for front-endwwylele
2016-05-28Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types ...Subv
2016-05-28FS/Archive: Remove use of Memory::GetPointerMerryMage
2016-04-21HWRasterizer: Texture forwardingtfarley
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-03-20HLE/FS: Change the error code returned when an ExtSaveData archive is not found.Subv
2016-03-20HLE/FS: Corrected some style concerns.Subv
2016-03-20HLE/FS: Implemented GetFormatInfoSubv
2016-03-20HLE/FS: Don't return an error when deleting the ExtSaveData if it does not ex...Subv
2016-03-20HLE/FS: Return the proper error codes when opening files.Subv
2016-03-20HLE/FS: Fixed the OpenDirectory error codeSubv
2016-03-20HLE/FS: Return the proper error codes on file Read/Write operations.Subv
2016-03-20HLE/FS: Corrected the error codes for DeleteFileSubv
2016-03-20HLE/FS: FS::CreateFile takes an u64 for the file size.Subv
2015-10-27Implement FS_User::GetFreeBytesarchshift
2015-07-13Archive: Correct a few incorrect types in function signaturesYuri Kunde Schlesner