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
Age
Commit message (
Expand
)
Author
2017-02-13
loader: use self NCCH archive
wwylele
2016-12-26
IPC helpers example
Lectem
2016-12-21
Address clang-format issues.
bunnei
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-08
Use std::move where appropriate.
Subv
2016-12-08
fs_user: Update function table
Lioncash
2016-12-07
Merge pull request #2232 from wwylele/other-save
bunnei
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-30
Set client SDK version to Service APIs
mailwl
2016-11-29
FileSys: Implement OtherSaveData
wwylele
2016-11-29
FS: add missing MediaType
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: clean up log format
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-06
Merge pull request #1940 from JamePeng/fix-archive-error-code
bunnei
2016-07-05
Fix the errorcode of archive handle
JamePeng
2016-07-03
HLE/FS: Document some command parameters and implemented command 0x08560240 (...
Subv
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-23
fs: Fix what appears to be a typo (filename_size / file_size)
Sam Spilsbury
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
2016-03-12
Fix header
pippo2931
2016-03-12
GetArchiveResource stub
pippo2931
[next]