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.cpp
Age
Commit message (
Expand
)
Author
2017-10-12
Remove lots more 3DS-specific code.
bunnei
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
2017-09-25
HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...
Subv
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
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-06-02
Addressed Bunnei's review comments, and made some other tweaks:
TheKoopaKingdom
2017-06-02
Switched to the ERROR_NOT_FOUND constant from errors.h.
TheKoopaKingdom
2017-06-02
Made some changes from review comments:
TheKoopaKingdom
2017-05-24
FS: Remove unused result definition
Yuri Kunde Schlesner
2017-05-24
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
2016-12-21
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2016-12-16
FS: fix debug build from #2249
wwylele
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
Added a framework for partially handling Session disconnections.
Subv
2016-12-05
Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...
Subv
2016-11-30
Fixed the rebase mistakes.
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
FileSys: abstract SD save data archive source
wwylele
2016-11-19
FileSys: rename SaveDataCheck archive to NCCH archive
wwylele
2016-11-19
FileSys: add SDMCWriteOnlyArchive
wwylele
2016-11-01
FileSys: make Archive interfaces return error code
wwylele
2016-10-02
fs: implement DeleteDirectoryRecursively
wwylele
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-07-09
Merge pull request #1894 from wwylele/set-config-block
Yuri Kunde Schlesner
2016-07-05
Fix the errorcode of archive handle
JamePeng
2016-07-03
Service::CFG/FS: add and refactor out utilities for front-end
wwylele
2016-05-28
Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types ...
Subv
2016-05-28
FS/Archive: Remove use of Memory::GetPointer
MerryMage
2016-04-21
HWRasterizer: Texture forwarding
tfarley
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2016-03-20
HLE/FS: Change the error code returned when an ExtSaveData archive is not found.
Subv
2016-03-20
HLE/FS: Corrected some style concerns.
Subv
2016-03-20
HLE/FS: Implemented GetFormatInfo
Subv
2016-03-20
HLE/FS: Don't return an error when deleting the ExtSaveData if it does not ex...
Subv
2016-03-20
HLE/FS: Return the proper error codes when opening files.
Subv
2016-03-20
HLE/FS: Fixed the OpenDirectory error code
Subv
2016-03-20
HLE/FS: Return the proper error codes on file Read/Write operations.
Subv
2016-03-20
HLE/FS: Corrected the error codes for DeleteFile
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-07-13
Archive: Correct a few incorrect types in function signatures
Yuri Kunde Schlesner
[next]