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-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
Moved whitelist checks from FS_User to the Archive_NCCH handler.
TheKoopaKingdom
2017-06-02
Created a whitelist of system archives to prevent false positives creating di...
TheKoopaKingdom
2017-06-02
Made some changes from review comments:
TheKoopaKingdom
2017-06-02
Added system for handling core errors in citra-qt.
TheKoopaKingdom
2017-05-24
FS: Remove unused result definition
Yuri Kunde Schlesner
2017-05-24
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-24
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
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
[next]