summaryrefslogtreecommitdiff
path: root/src/core/hle/service/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove lots more 3DS-specific code.Gravatar bunnei2017-10-124-1949/+0
* Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-301-1/+1
* HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...Gravatar Subv2017-09-252-1/+24
* ResultVal: Remove MoveFrom()Gravatar Yuri Kunde Schlesner2017-06-182-5/+5
* Service: Remove unnecessary includes from service.hGravatar Yuri Kunde Schlesner2017-06-062-0/+6
* Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionGravatar Yuri Kunde Schlesner2017-06-063-21/+25
* HLE: Move SessionRequestHandler from Service:: to Kernel::Gravatar Yuri Kunde Schlesner2017-06-053-3/+5
* Addressed Bunnei's review comments, and made some other tweaks:Gravatar TheKoopaKingdom2017-06-021-1/+2
* Switched to the ERROR_NOT_FOUND constant from errors.h.Gravatar TheKoopaKingdom2017-06-021-2/+1
* Moved whitelist checks from FS_User to the Archive_NCCH handler.Gravatar TheKoopaKingdom2017-06-021-52/+2
* Created a whitelist of system archives to prevent false positives creating di...Gravatar TheKoopaKingdom2017-06-021-4/+51
* Made some changes from review comments:Gravatar TheKoopaKingdom2017-06-022-9/+6
* Added system for handling core errors in citra-qt.Gravatar TheKoopaKingdom2017-06-021-0/+5
* FS: Remove unused result definitionGravatar Yuri Kunde Schlesner2017-05-241-5/+0
* Kernel: Centralize error definitions in errors.hGravatar Yuri Kunde Schlesner2017-05-241-3/+1
* FileSys: Move all result description to errors.hGravatar Yuri Kunde Schlesner2017-05-242-19/+14
* loader: use self NCCH archiveGravatar wwylele2017-02-131-1/+1
* IPC helpers exampleGravatar Lectem2016-12-261-12/+15
* Address clang-format issues.Gravatar bunnei2016-12-211-2/+2
* core: Remove HLE module, consolidate code & various cleanups.Gravatar bunnei2016-12-212-6/+3
* FS: fix debug build from #2249Gravatar wwylele2016-12-161-11/+9
* Merge pull request #2249 from Subv/sessions_v3Gravatar Yuri Kunde Schlesner2016-12-143-40/+65
|\
| * Fixed the codestyle to match our clang-format rules.Gravatar Subv2016-12-143-13/+24
| * Moved the HLE command buffer translation task to ServerSession instead of the...Gravatar Subv2016-12-092-4/+4
| * Added a framework for partially handling Session disconnections.Gravatar Subv2016-12-082-0/+4
| * Use std::move where appropriate.Gravatar Subv2016-12-081-2/+2
| * Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...Gravatar Subv2016-12-052-12/+12
| * Fixed the rebase mistakes.Gravatar Subv2016-11-301-4/+4
| * A bit of a redesign.Gravatar Subv2016-11-303-33/+40
| * Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Gravatar Subv2016-11-303-15/+18
* | fs_user: Update function tableGravatar Lioncash2016-12-081-0/+2
* | Merge pull request #2232 from wwylele/other-saveGravatar bunnei2016-12-072-2/+14
|\ \ | |/ |/|
| * FileSys: Implement OtherSaveDataGravatar wwylele2016-11-292-0/+11
| * FS: add missing MediaTypeGravatar wwylele2016-11-291-1/+1
| * FileSys: abstract SD save data archive sourceGravatar wwylele2016-11-291-1/+2
* | Set client SDK version to Service APIsGravatar mailwl2016-11-301-10/+14
|/
* FileSys: rename SaveDataCheck archive to NCCH archiveGravatar wwylele2016-11-192-6/+5
* FileSys: add SDMCWriteOnlyArchiveGravatar wwylele2016-11-191-0/+8
* FileSys: make Archive interfaces return error codeGravatar wwylele2016-11-011-32/+9
* fs: clean up log formatGravatar wwylele2016-10-021-22/+24
* fs: implement DeleteDirectoryRecursivelyGravatar wwylele2016-10-023-1/+51
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-212-2/+2
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-213-8/+2
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-182-9/+6
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-183-393/+447
* Merge pull request #1894 from wwylele/set-config-blockGravatar Yuri Kunde Schlesner2016-07-092-8/+22
|\
| * Service::CFG/FS: add and refactor out utilities for front-endGravatar wwylele2016-07-032-8/+22
* | Merge pull request #1940 from JamePeng/fix-archive-error-codeGravatar bunnei2016-07-061-10/+14
|\ \
| * | Fix the errorcode of archive handleGravatar JamePeng2016-07-051-10/+14
| |/
* / HLE/FS: Document some command parameters and implemented command 0x08560240 (...Gravatar Subv2016-07-031-11/+42
|/