index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove lots more 3DS-specific code.
bunnei
2017-10-12
4
-1949
/
+0
*
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
1
-1
/
+1
*
HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...
Subv
2017-09-25
2
-1
/
+24
*
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-18
2
-5
/
+5
*
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
2
-0
/
+6
*
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-06
3
-21
/
+25
*
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-06-05
3
-3
/
+5
*
Addressed Bunnei's review comments, and made some other tweaks:
TheKoopaKingdom
2017-06-02
1
-1
/
+2
*
Switched to the ERROR_NOT_FOUND constant from errors.h.
TheKoopaKingdom
2017-06-02
1
-2
/
+1
*
Moved whitelist checks from FS_User to the Archive_NCCH handler.
TheKoopaKingdom
2017-06-02
1
-52
/
+2
*
Created a whitelist of system archives to prevent false positives creating di...
TheKoopaKingdom
2017-06-02
1
-4
/
+51
*
Made some changes from review comments:
TheKoopaKingdom
2017-06-02
2
-9
/
+6
*
Added system for handling core errors in citra-qt.
TheKoopaKingdom
2017-06-02
1
-0
/
+5
*
FS: Remove unused result definition
Yuri Kunde Schlesner
2017-05-24
1
-5
/
+0
*
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-24
1
-3
/
+1
*
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
2017-05-24
2
-19
/
+14
*
loader: use self NCCH archive
wwylele
2017-02-13
1
-1
/
+1
*
IPC helpers example
Lectem
2016-12-26
1
-12
/
+15
*
Address clang-format issues.
bunnei
2016-12-21
1
-2
/
+2
*
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2016-12-21
2
-6
/
+3
*
FS: fix debug build from #2249
wwylele
2016-12-16
1
-11
/
+9
*
Merge pull request #2249 from Subv/sessions_v3
Yuri Kunde Schlesner
2016-12-14
3
-40
/
+65
|
\
|
*
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
3
-13
/
+24
|
*
Moved the HLE command buffer translation task to ServerSession instead of the...
Subv
2016-12-09
2
-4
/
+4
|
*
Added a framework for partially handling Session disconnections.
Subv
2016-12-08
2
-0
/
+4
|
*
Use std::move where appropriate.
Subv
2016-12-08
1
-2
/
+2
|
*
Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...
Subv
2016-12-05
2
-12
/
+12
|
*
Fixed the rebase mistakes.
Subv
2016-11-30
1
-4
/
+4
|
*
A bit of a redesign.
Subv
2016-11-30
3
-33
/
+40
|
*
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-11-30
3
-15
/
+18
*
|
fs_user: Update function table
Lioncash
2016-12-08
1
-0
/
+2
*
|
Merge pull request #2232 from wwylele/other-save
bunnei
2016-12-07
2
-2
/
+14
|
\
\
|
|
/
|
/
|
|
*
FileSys: Implement OtherSaveData
wwylele
2016-11-29
2
-0
/
+11
|
*
FS: add missing MediaType
wwylele
2016-11-29
1
-1
/
+1
|
*
FileSys: abstract SD save data archive source
wwylele
2016-11-29
1
-1
/
+2
*
|
Set client SDK version to Service APIs
mailwl
2016-11-30
1
-10
/
+14
|
/
*
FileSys: rename SaveDataCheck archive to NCCH archive
wwylele
2016-11-19
2
-6
/
+5
*
FileSys: add SDMCWriteOnlyArchive
wwylele
2016-11-19
1
-0
/
+8
*
FileSys: make Archive interfaces return error code
wwylele
2016-11-01
1
-32
/
+9
*
fs: clean up log format
wwylele
2016-10-02
1
-22
/
+24
*
fs: implement DeleteDirectoryRecursively
wwylele
2016-10-02
3
-1
/
+51
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
2
-2
/
+2
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
3
-8
/
+2
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
2
-9
/
+6
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
3
-393
/
+447
*
Merge pull request #1894 from wwylele/set-config-block
Yuri Kunde Schlesner
2016-07-09
2
-8
/
+22
|
\
|
*
Service::CFG/FS: add and refactor out utilities for front-end
wwylele
2016-07-03
2
-8
/
+22
*
|
Merge pull request #1940 from JamePeng/fix-archive-error-code
bunnei
2016-07-06
1
-10
/
+14
|
\
\
|
*
|
Fix the errorcode of archive handle
JamePeng
2016-07-05
1
-10
/
+14
|
|
/
*
/
HLE/FS: Document some command parameters and implemented command 0x08560240 (...
Subv
2016-07-03
1
-11
/
+42
|
/
[next]