| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2021-11-01 | Merge pull request #7227 from vonchenplus/fix_memory_leak_v2 | bunnei | |
| Fix memory leak v2 | |||
| 2021-10-29 | Merge pull request #7244 from Morph1984/application-lang-pt-br | bunnei | |
| file_sys/ns: Add Brazilian Portuguese to the list of ApplicationLanguage | |||
| 2021-10-29 | Merge pull request #7240 from Morph1984/resultval-remove-cv | bunnei | |
| hle/result: Remove cv-qualifiers from Arg in MakeResult | |||
| 2021-10-28 | file_sys: control_metadata: Add BrazilianPortuguese | Morph | |
| 2021-10-28 | ns: language: Add BrazilianPortuguese to ApplicationLanguage | Morph | |
| It seems that Nintendo finally filled that last empty spot in ApplicationLanguage for a total of 16 supported languages. | |||
| 2021-10-28 | hle/result: Declare copy/move constructor/assignment as noexcept | Morph | |
| While we're at it, we can also declare these copy/move constructor/assignment as noexcept. | |||
