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-26
Merge pull request #2778 from Subv/uds_more
Sebastian Valle
2017-06-26
UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during...
Subv
2017-06-26
UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID...
Subv
2017-06-26
UDS: Run clang-format.
Subv
2017-06-26
UDS: Added functions to encrypt and decrypt the data frames.
Subv
2017-06-26
apt: load shared font from system archive
wwylele
2017-06-26
apt/shared_font: don't relocate zero offset
wwylele
2017-06-21
Memory: Add function to flush a virtual range from the rasterizer cache
Yuri Kunde Schlesner
2017-06-21
Memory: Make PhysicalToVirtualAddress return a boost::optional
Yuri Kunde Schlesner
2017-06-20
Merge pull request #2790 from yuriks/remove-movefrom
Yuri Kunde Schlesner
2017-06-21
Merge pull request #2779 from Subv/uds_more2
Sebastian Valle
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-18
Kernel/IPC: Make HLERequestContext usable from outside kernel
Yuri Kunde Schlesner
2017-06-15
UDS: Clarify comment about the first 4 bytes of the SecureData header.
Subv
2017-06-15
UDS: Return the correct error messages in SendTo when not connected to a netw...
Subv
2017-06-15
UDS: Stub SendTo to generate the unencrypted data frame with the right headers.
Subv
2017-06-15
UDS: Added a hook for updating the connection status when a client connects t...
Subv
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
[prev]
[next]