| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lifo and the emulated controller
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel: svc: Implement SetProcessMemoryPermission
|
|
|
|
|
|
|
|
Fix screenshot dimensions when at 1x scale
|
|
Fix crash on exit due to static scoped dummy threads
|
|
|
|
- Used by Skyline modding framework
|
|
|
|
- Used by Skyline modding framework
|
|
|
|
|
|
This was regressed by ART.
Prior to ART, the screenshots were saved at the title's framebuffer resolution. A misunderstanding of the existing logic led to screenshot dimensions becoming dependent on the host render window size.
This changes the behavior to match how it was prior to ART at 1x, with screenshots now always being the title's framebuffer dimensions scaled by the resolution scaling factor.
|
|
|
|
Fixes screenshots at non integer scaling
|
|
|
|
|
|
The text check message can be encoded in UTF-8.
|
|
Confirm means that the text has already been checked by the application to be correct, but is asking the user for confirmation.
The confirmation text itself seems to be corrupted though, this needs to be investigated.
Fixes the software keyboard in Famicom Detective Club: The Missing Heir
|
|
- Used by Just Dance 2022
|
|
general: Get the current process program id directly from the system
|
|
core: Reorder perf_stats destruction order on Shutdown
|
|
Avoids the gpu_core using perf_stats after it's been freed.
|
|
service: aoc: Stub more 13.x functions used by Animal Crossing
|
|
This allows us to avoid including KProcess' header file in files that only need to get the current process' program id.
|
|
|
|
core: Reduce unused header includes
|