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
Age
Commit message (
Expand
)
Author
2017-06-13
Services/UDS: Set the proper bit in the ConnectionStatus structure when creat...
Sebastian Valle
2017-06-11
Kernel: Basic support for IPC translation for HLE services
Yuri Kunde Schlesner
2017-06-11
Service/sm: Convert srv: to use IPC helpers
Yuri Kunde Schlesner
2017-06-11
ServiceFramework: Use separate copy of command buffer
Yuri Kunde Schlesner
2017-06-08
Merge pull request #2756 from yuriks/service-framework
Yuri Kunde Schlesner
2017-06-08
Service/sm: Convert 'srv:' to ServiceFramework
Yuri Kunde Schlesner
2017-06-08
Service: Remove a few redundant namespace qualifiers
Yuri Kunde Schlesner
2017-06-08
Service: Add new ServiceFramework framework for writing HLE services
Yuri Kunde Schlesner
2017-06-07
Merge pull request #2737 from Subv/decryptbeacondata
James Rowe
2017-06-06
Services/UDS: Implement DecryptBeaconData.
Subv
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
Service: Make service registration part of the sm implementation
Yuri Kunde Schlesner
2017-06-06
Service/sm: Use an actual semaphore for the notification semaphore
Yuri Kunde Schlesner
2017-06-06
Service: Move SRV interface to a new sm/ subdirectory
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-31
Merge pull request #2722 from wwylele/cam-ipc-helper
bunnei
2017-05-29
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-27
Core: Fix some out-of-style includes
Yuri Kunde Schlesner
2017-05-27
fixup!cam: use IPCHelper
wwylele
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
GSP_GPU: Move error codes from result.h to local file
Yuri Kunde Schlesner
2017-05-24
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
2017-05-24
result: Make error description a generic integer
Yuri Kunde Schlesner
2017-05-24
cam: move u32->u8 trancation to IPCHelper
wwylele
2017-05-24
cam: use IPCHelper
wwylele
2017-05-19
Merge pull request #2661 from Subv/uds5
bunnei
2017-05-19
use IPCHelper for PTM services
emmaus
2017-05-15
Services/UDS: Use the new IPC helper functions.
Subv
2017-05-15
Services/UDS: Implement RecvBeaconBroadcastData.
Subv
2017-05-15
Services/UDS: Generate the UDS beacons when the beacon callback fires.
Subv
2017-05-10
Merge pull request #2676 from wwylele/irrst
bunnei
2017-05-07
fixup!ir: implement new 3ds HID via ir:rst
wwylele
2017-05-05
Create a random console_unique_id (#2668)
B3n30
2017-05-04
ir: implement new 3ds HID via ir:rst
wwylele
2017-05-03
Merge pull request #2606 from wwylele/ir
bunnei
2017-05-03
ir: implement circle pad pro
wwylele
2017-04-18
Merge pull request #2532 from wwylele/ldrro-ipc
Yuri Kunde Schlesner
2017-04-17
ldr_ro: use IPC helper
wwylele
2017-04-13
Merge pull request #2659 from MerryMage/dsp_dsp-correction
bunnei
2017-04-12
dsp_dsp: Messages are modified by service before being sent to DSP
MerryMage
2017-04-12
Merge pull request #2628 from Subv/uds
Sebastian Valle
2017-04-06
Merge pull request #2533 from Lectem/apt_ipchelper
bunnei
[next]