aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2020-07-07cpu_interrupt_handler: Remove #pragma once from .cpp fileMerryMage
2020-07-07GetDisplayVersion 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-05memory: Set page-table pointers before setting attribute = MemoryMerryMage
2020-07-05AM/ISelfController: Stub CreateManagedDisplaySeparableLayerMorph
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-04Merge pull request #4218 from ogniK5377/opus-externalRodrigo Locatti
externals: Track opus as submodule instead of using conan
2020-07-02Merge pull request #3924 from ogniK5377/GetKeyCodeMapbunnei
Implement GetKeyCodeMap & GetKeyCodeMap2
2020-07-02Merge pull request #4193 from ogniK5377/GetIndirectLayerConsumerHandle-stubbunnei
am: Stub GetIndirectLayerConsumerHandle
2020-07-02Merge pull request #4192 from ogniK5377/acc-ListOpenContextStoredUsers-stubbunnei
acc: ListOpenContextStoredUsers partial stub
2020-07-02Rename two functions in NSVolcaEM
- Rename "GetShellEvent" to "GetShellEventHandle" - Rename "LaunchApplicationFromHost" to "LaunchApplication"
2020-07-02Rename GetApplicationArea2 to GetApplicationAreaSizeVolcaEM
2020-07-01externals: Track opus as submodule instead of using conanDavid Marcec
Supersedes #4068 see for details.
2020-07-01key_manager: Correct casing of instance()Lioncash
Our codebase uppercases member function names.
2020-07-01key_manager: Delete move operationsLioncash
Prevents the singleton from being moved from.
2020-07-01key_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-01Merge pull request #3967 from FearlessTobi/keys-singletonDavid
crypto: Make KeyManager a singleton class
2020-06-30Merge pull request #4153 from ogniK5377/prepo-multibufbunnei
prepo: : Don't read extra buffer from report unless passed
2020-06-29Remove duplicate functionsVolcaEM
2020-06-29Use decimal instead of hexadecimalVolcaEM
Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com>
2020-06-29Fix typoVolcaEM
2020-06-29Clang-formatVolcaEM
2020-06-29service: Update function tablesVolcaEM
2020-06-28core_timing,scheduler: Use std::scoped_lock when possibleReinUsesLisp
Simplifies the cognitive load of procedures using locks and makes locks safe against exceptions.
2020-06-28Merge pull request #3955 from FernandoS27/prometheus-2bbunnei
Remake Kernel Scheduling, CPU Management & Boot Management (Prometheus)
2020-06-28ldr: Cleanup NRO & NRR structsDavid Marcec
2020-06-28Merge pull request #4026 from VolcaEM/ldrDavid
ldr: Update NRR/NRO structs
2020-06-28Merge pull request #4184 from VolcaEM/patch-9David
grc: Update function table
2020-06-28Merge pull request #4185 from VolcaEM/patch-10David
lbl: Update function table
2020-06-28Merge pull request #4186 from VolcaEM/patch-11David
ldn: Update function table
2020-06-28Merge pull request #4187 from VolcaEM/patch-12David
mig: Update function table
2020-06-28Merge pull request #4188 from VolcaEM/patch-13David
mm: Update function table
2020-06-28Merge pull request #4189 from VolcaEM/patch-14David
ncm: Update function table
2020-06-28Merge pull request #4190 from VolcaEM/patch-15David
nfc: Update function table
2020-06-28Merge pull request #4183 from VolcaEM/patch-8David
friend: Update function table
2020-06-28am: Stub GetIndirectLayerConsumerHandleDavid Marcec
Needed by Monster Hunter Generations Ultimate
2020-06-28acc: ListOpenContextStoredUsers partial stubDavid Marcec
Needed by Baldur's Gate 1/2
2020-06-27Core/Common: Address Feedback.Fernando Sahmkow
2020-06-27NvFlinger: Clang Format.Fernando Sahmkow
2020-06-27SVC: Implement 32-bits wrappers and update Dynarmic.Fernando Sahmkow
2020-06-27SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, ↵Fernando Sahmkow
SetMemoryAttribute32
2020-06-27ARM: Update Dynarmic and Setup A32 according to latest interface.Fernando Sahmkow
2020-06-27SVC: Add GetThreadPriority32 & SetThreadPriority32Fernando Sahmkow
2020-06-27ArmDynarmic32: Setup CNTPCT correctlyFernando Sahmkow
2020-06-27Audio: Correct buffer release for host timing.Fernando Sahmkow
2020-06-27Common/Kernel: Corrections and small bug fixing.Fernando Sahmkow
2020-06-27Services/NvFlinger: Do vSync in a sepparate thread on Multicore.Fernando Sahmkow
2020-06-27ARMDynarmicInterface: Correct GCC Build Errors.Fernando Sahmkow
2020-06-27Kernel: Correct Host Context on Threads and Scheduler.Fernando Sahmkow
2020-06-27Clang Format.Fernando Sahmkow
2020-06-27ARMInterface/Externals: Update dynarmic and fit to latest version.Fernando Sahmkow
2020-06-27ARMInterface: Correct rebase errors.Fernando Sahmkow