Age | Commit message (Collapse) | Author |
|
|
|
|
|
service: hid: Hook interface implementations
|
|
service: set: Use official names
|
|
android: Re-add global save manager
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KThread: Send termination interrupt to all cores a thread has affinity to
|
|
Reworked to correctly collect and import/export saves that could exist in either /nand/user/save/000...000/<user id> or /nand/user/save/account/<user id raw string>
|
|
|
|
|
|
KThread::RequestTerminate may run from a thread which is not the CurrentCore, and thus
masking this out is erroneous.
|
|
VideoCore: A few fixes to DMA and swapchain
|
|
service: hid: Use applet resource to get latest shared memory handle
|
|
core_timing: minor refactors
|
|
core: track separate heap allocation for linux
|
|
ips_layer: prevent out of bounds access with offset exceeding module size
|
|
jit: use code memory handles correctly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel: use simple mutex for object list container
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nce: hide shadowing warnings from dynarmic headers
|
|
|
|
|