| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-07 | cpu_interrupt_handler: Remove #pragma once from .cpp file | MerryMage | |
| 2020-07-07 | GetDisplayVersion should return a null-terminated version string. | CrazyMax | |
| also, in case of failed to get of the basic version, we will try get it from application update. | |||
| 2020-07-05 | memory: Set page-table pointers before setting attribute = Memory | MerryMage | |
| 2020-07-05 | AM/ISelfController: Stub CreateManagedDisplaySeparableLayer | Morph | |
| Stub this by sending 1 layer id instead of 2 as yuzu does not support multiple layers per display. No adverse side effects have been observed. - Used by Animal Crossing: New Horizons Update 1.3.0 | |||
| 2020-07-04 | Merge pull request #4218 from ogniK5377/opus-external | Rodrigo Locatti | |
| externals: Track opus as submodule instead of using conan | |||
| 2020-07-02 | Merge pull request #3924 from ogniK5377/GetKeyCodeMap | bunnei | |
| Implement GetKeyCodeMap & GetKeyCodeMap2 | |||
| 2020-07-02 | Merge pull request #4193 from ogniK5377/GetIndirectLayerConsumerHandle-stub | bunnei | |
| am: Stub GetIndirectLayerConsumerHandle | |||
| 2020-07-02 | Merge pull request #4192 from ogniK5377/acc-ListOpenContextStoredUsers-stub | bunnei | |
| acc: ListOpenContextStoredUsers partial stub | |||
| 2020-07-02 | Rename two functions in NS | VolcaEM | |
| - Rename "GetShellEvent" to "GetShellEventHandle" - Rename "LaunchApplicationFromHost" to "LaunchApplication" | |||
| 2020-07-02 | Rename GetApplicationArea2 to GetApplicationAreaSize | VolcaEM | |
| 2020-07-01 | externals: Track opus as submodule instead of using conan | David Marcec | |
| Supersedes #4068 see for details. | |||
| 2020-07-01 | key_manager: Correct casing of instance() | Lioncash | |
| Our codebase uppercases member function names. | |||
| 2020-07-01 | key_manager: Delete move operations | Lioncash | |
| Prevents the singleton from being moved from. | |||
| 2020-07-01 | key_manager: Make use of canonical deleted operator= | Lioncash | |
| operator= typically returns a reference, it's not void. While we're at it, we can correct the parameter formatting to adhere to the codebase. | |||
| 2020-07-01 | Merge pull request #3967 from FearlessTobi/keys-singleton | David | |
| crypto: Make KeyManager a singleton class | |||
| 2020-06-30 | Merge pull request #4153 from ogniK5377/prepo-multibuf | bunnei | |
| prepo: : Don't read extra buffer from report unless passed | |||
| 2020-06-29 | Remove duplicate functions | VolcaEM | |
| 2020-06-29 | Use decimal instead of hexadecimal | VolcaEM | |
| Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com> | |||
| 2020-06-29 | Fix typo | VolcaEM | |
| 2020-06-29 | Clang-format | VolcaEM | |
| 2020-06-29 | service: Update function tables | VolcaEM | |
| 2020-06-28 | core_timing,scheduler: Use std::scoped_lock when possible | ReinUsesLisp | |
| Simplifies the cognitive load of procedures using locks and makes locks safe against exceptions. | |||
| 2020-06-28 | Merge pull request #3955 from FernandoS27/prometheus-2b | bunnei | |
| Remake Kernel Scheduling, CPU Management & Boot Management (Prometheus) | |||
| 2020-06-28 | ldr: Cleanup NRO & NRR structs | David Marcec | |
| 2020-06-28 | Merge pull request #4026 from VolcaEM/ldr | David | |
| ldr: Update NRR/NRO structs | |||
| 2020-06-28 | Merge pull request #4184 from VolcaEM/patch-9 | David | |
| grc: Update function table | |||
| 2020-06-28 | Merge pull request #4185 from VolcaEM/patch-10 | David | |
| lbl: Update function table | |||
| 2020-06-28 | Merge pull request #4186 from VolcaEM/patch-11 | David | |
| ldn: Update function table | |||
| 2020-06-28 | Merge pull request #4187 from VolcaEM/patch-12 | David | |
| mig: Update function table | |||
| 2020-06-28 | Merge pull request #4188 from VolcaEM/patch-13 | David | |
| mm: Update function table | |||
| 2020-06-28 | Merge pull request #4189 from VolcaEM/patch-14 | David | |
| ncm: Update function table | |||
| 2020-06-28 | Merge pull request #4190 from VolcaEM/patch-15 | David | |
| nfc: Update function table | |||
| 2020-06-28 | Merge pull request #4183 from VolcaEM/patch-8 | David | |
| friend: Update function table | |||
| 2020-06-28 | am: Stub GetIndirectLayerConsumerHandle | David Marcec | |
| Needed by Monster Hunter Generations Ultimate | |||
| 2020-06-28 | acc: ListOpenContextStoredUsers partial stub | David Marcec | |
| Needed by Baldur's Gate 1/2 | |||
| 2020-06-27 | Core/Common: Address Feedback. | Fernando Sahmkow | |
| 2020-06-27 | NvFlinger: Clang Format. | Fernando Sahmkow | |
| 2020-06-27 | SVC: Implement 32-bits wrappers and update Dynarmic. | Fernando Sahmkow | |
| 2020-06-27 | SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, ↵ | Fernando Sahmkow | |
| SetMemoryAttribute32 | |||
| 2020-06-27 | ARM: Update Dynarmic and Setup A32 according to latest interface. | Fernando Sahmkow | |
| 2020-06-27 | SVC: Add GetThreadPriority32 & SetThreadPriority32 | Fernando Sahmkow | |
| 2020-06-27 | ArmDynarmic32: Setup CNTPCT correctly | Fernando Sahmkow | |
| 2020-06-27 | Audio: Correct buffer release for host timing. | Fernando Sahmkow | |
| 2020-06-27 | Common/Kernel: Corrections and small bug fixing. | Fernando Sahmkow | |
| 2020-06-27 | Services/NvFlinger: Do vSync in a sepparate thread on Multicore. | Fernando Sahmkow | |
| 2020-06-27 | ARMDynarmicInterface: Correct GCC Build Errors. | Fernando Sahmkow | |
| 2020-06-27 | Kernel: Correct Host Context on Threads and Scheduler. | Fernando Sahmkow | |
| 2020-06-27 | Clang Format. | Fernando Sahmkow | |
| 2020-06-27 | ARMInterface/Externals: Update dynarmic and fit to latest version. | Fernando Sahmkow | |
| 2020-06-27 | ARMInterface: Correct rebase errors. | Fernando Sahmkow | |
