| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-24 | service/hid: Rewrite npad to use ring lifo and the emulated controller | german77 | |
| 2021-11-24 | service/hid: Update console sixaxis to the emulated console | german77 | |
| 2021-11-24 | service/hid: Update mouse and keyboard to use ring lifo and the emulated device | german77 | |
| 2021-11-24 | service/hid: Update touch and gestures to use ring lifo and the emulated console | german77 | |
| 2021-11-24 | service/hid: Update debug pad, xpad, stubbed and controller base to use ring ↵ | german77 | |
| lifo and the emulated controller | |||
| 2021-11-24 | service/hid: Use remove duplicated code, update names | german77 | |
| 2021-11-24 | service/hid: Create ring LIFO | german77 | |
| 2021-11-24 | settings: Cleanup settings | german77 | |
| 2021-11-24 | core/emu_window: Remove touch input | german77 | |
| 2021-11-24 | core: Register HID | german77 | |
| 2021-11-24 | core/hid: Add emulated controllers | german77 | |
| 2021-11-24 | core/hid: Move motion_input, create input converter and hid_types | german77 | |
| 2021-11-24 | core/hid: Move input_interpreter to hid | german77 | |
| 2021-11-22 | Merge pull request #7394 from Morph1984/svc-SetMemoryPermission | bunnei | |
| kernel: svc: Implement SetProcessMemoryPermission | |||
| 2021-11-21 | arm: dynarmic: Cleanup icache op handling | jam1garner | |
| 2021-11-21 | arm: dynarmic: Implement icache op handling for 'ic iallu' instruction | jam1garner | |
| 2021-11-21 | arm: dynarmic: Implement icache op handling for 'ic ivau' instruction | jam1garner | |
| 2021-11-21 | Merge pull request #7389 from ameerj/screenshot-1x | bunnei | |
| Fix screenshot dimensions when at 1x scale | |||
| 2021-11-20 | Merge pull request #7359 from heinermann/kthread_crash | bunnei | |
| Fix crash on exit due to static scoped dummy threads | |||
| 2021-11-20 | kernel: svc: Move all IsValid functions to an anonymous namespace | Morph | |
| 2021-11-20 | kernel: svc: Implement SetProcessMemoryPermission | Morph | |
| - Used by Skyline modding framework | |||
| 2021-11-20 | kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission | Morph | |
| 2021-11-20 | service: pm: Implement AtmosphereGetProcessId | Morph | |
| - Used by Skyline modding framework | |||
| 2021-11-20 | service: pm: Add all relevant result codes | Morph | |
| 2021-11-20 | service: pm: Rename title id to program id | Morph | |
| 2021-11-20 | Fix screenshot dimensions when at 1x scale | ameerj | |
| 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. | |||
| 2021-11-17 | Fix crash on exit due to static scoped dummy threads | Adam Heinermann | |
| 2021-11-16 | bootmanager: Fix screenshot resolution factor usage | ameerj | |
| Fixes screenshots at non integer scaling | |||
| 2021-11-16 | Settings: eliminate rescaling_factor. | Fernando Sahmkow | |
| 2021-11-10 | program_metadata: Add default ThreadInfo kernel capability | OatmealDome | |
| 2021-11-08 | applets/swkbd: Fix text check message encoding | Morph | |
| The text check message can be encoded in UTF-8. | |||
| 2021-11-08 | applets/swkbd: Skip text checking if the text has been confirmed | Morph | |
| 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 | |||
| 2021-11-05 | service/pctl: Stub EndFreeCommunication | Narr the Reg | |
| - Used by Just Dance 2022 | |||
| 2021-11-04 | Merge pull request #7279 from Morph1984/system-get-program-id | Morph | |
| general: Get the current process program id directly from the system | |||
| 2021-11-04 | Merge pull request #7289 from ameerj/perf-stat-shutdown | Morph | |
| core: Reorder perf_stats destruction order on Shutdown | |||
| 2021-11-04 | core: Reorder perf_stats destruction order on Shutdown | ameerj | |
| Avoids the gpu_core using perf_stats after it's been freed. | |||
| 2021-11-05 | Merge pull request #7287 from Morph1984/stub-aoc | Fernando S | |
| service: aoc: Stub more 13.x functions used by Animal Crossing | |||
| 2021-11-04 | general: Get the current process program id directly from the system | Morph | |
| This allows us to avoid including KProcess' header file in files that only need to get the current process' program id. | |||
| 2021-11-04 | general: Rename GetTitleID to GetProgramID | Morph | |
| 2021-11-04 | Merge pull request #7282 from ameerj/core-includes | bunnei | |
| core: Reduce unused header includes | |||
| 2021-11-04 | service: aoc: Stub NotifyUnmountAddOnContent | Morph | |
| Used by Animal Crossing: New Horizons v2.0.0 DLC | |||
| 2021-11-04 | service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContent | Morph | |
| Used by Animal Crossing: New Horizons v2.0.0 DLC | |||
| 2021-11-04 | service/acc: Rename Unknown160 to InitializeApplicationInfoV2 | german77 | |
| 2021-11-04 | service: acc: Stub acc:u0 '160' | Morph | |
| - Used by Animal Crossing: New Horizons v2.0.0 Since the name is currently unknown, '160' is used as a placeholder. | |||
| 2021-11-03 | core: Fix transitive include build errors | ameerj | |
| 2021-11-03 | core: Remove unused includes | ameerj | |
| 2021-11-02 | svc: Correct WaitSynchronization num_handles param type | Morph | |
| num_handles is a s32 | |||
| 2021-11-02 | general: Remove MakeResult helpers | Morph | |
| This is made obsolete by the presence of implicit constructors. | |||
| 2021-11-02 | hle/result: Amend ResultVal documentation | Morph | |
| This amends the documentation slightly to reflect the updated interface. | |||
| 2021-11-02 | hle/result: Reimplement ResultVal using Common::Expected | Morph | |
| Common::Expected effectively provides the same functions as ResultVal, so we can implement it with this. This can be replaced with std::expected with minimal effort should it be standardized in the C++ Standard Template Library. | |||
