aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2022-04-07Merge pull request #8167 from Tachi107/patch-1merry
fix: remove #pragma once in .cpp file
2022-04-07Merge pull request #8148 from merryhime/interruptsFernando S
dynarmic: Better interrupts
2022-04-07fix: remove #pragma once in .cpp fileAndrea Pappacoda
2022-04-06Merge pull request #8164 from liamwhite/jit-stubbunnei
service: jit: stub JIT service
2022-04-06service: jit: stub JIT serviceLiam
2022-04-06Merge pull request #8122 from bunnei/improve-thread-usagebunnei
Improve usage of service host threads
2022-04-05service: hid: Partially revert #8123german77
2022-04-05Merge pull request #8137 from bunnei/improve-nvflinger-2bunnei
Follow-up fixes for NVFlinger rewrite (Part 2)
2022-04-05Merge pull request #8100 from Morph1984/registered-crashbunnei
registered_cache: Prevent nullptr dereference when accumulating files
2022-04-05dynarmic: Print stack trace on unrecognised instruction or other exceptionmerry
2022-04-04Merge pull request #8089 from merryhime/paranoiabunnei
configuration: Add Paranoid CPU accuracy level
2022-04-03arm_dynarmic: Use HaltReason for svc calls and reschedulesmerry
2022-04-03dynarmic: Better interruptsmerry
2022-04-02Merge pull request #8135 from Morph1984/websession-hackbunnei
applets/web: Keep foreground (websession) web applet open
2022-04-02Merge pull request #8123 from german77/bombslingerbunnei
service: hid: Remove inaccurate behavior on initialization
2022-04-02service: npad: Default initialize shared memorygerman77
2022-04-02fix: typosAndrea Pappacoda
2022-04-01hle: service: nvflinger: buffer_queue_producer: Cleanup & fixes.bunnei
2022-04-01hle: service: nvflinger: consumer_base: Cleanup & fixes.bunnei
2022-04-01hle: service: nvflinger: buffer_queue_producer: Cleanup & add ↵bunnei
GetReleasedBuffers.
2022-04-01hle: service: nvflinger: buffer_queue_core: Cleanup & fixes.bunnei
2022-04-01hle: service: nvflinger: Use correct logger namespace.bunnei
2022-04-02hle: service: nvdrv: Create a service thread where appropriate.Morph
2022-04-02hle: service: vi: Create a service thread where appropriate.bunnei
2022-04-02hle: service: bsd: Create a service thread where appropriate.bunnei
2022-04-02hle: service: filesystem: Create a service thread where appropriate.bunnei
2022-04-02hle: service: audio: Create a service thread where appropriate.bunnei
2022-04-02hle: service: Add option for service interfaces to create or use the default ↵bunnei
thread.
2022-04-02hle: kernel: Create a default thread for services that do not need their own ↵bunnei
host thread.
2022-04-01applets/web: Keep foreground (websession) web applet openMorph
This is a hack to keep the foreground (websession) web applet open in games using these such as Super Mario 3D All-Stars.
2022-04-01Merge pull request #8116 from ameerj/nvhost_ctrl_bad_paramFernando S
nvhost_ctrl: Only mark EventState::Busy as BadParameter
2022-03-31service: hid: Remove inaccurate behavior on initializationgerman77
2022-03-30Merge pull request #8120 from german77/signalbunnei
service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle
2022-03-30Merge pull request #8090 from bunnei/fix-skylinebunnei
Kernel Memory Updates (Part 7): Various fixes to code memory (Skyline support)
2022-03-30service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandleNarr the Reg
2022-03-29nvhost_ctrl: Only mark EventState::Busy as BadParameterameerj
Fixes an svc break in Kirby and the Forgotten Land with async GPU enabled.
2022-03-27registered_cache: Prevent nullptr dereference when accumulating filesMorph
For whatever reason, nca_file/dir can be nullptr in the list of files/dirs. I have not determined the cause of this yet, so add a nullptr check for these prior to dereferencing them.
2022-03-27arm_dynarmic_64: Invalidate on all coresmerry
2022-03-27Merge pull request #8088 from bunnei/fixup-nvflingerFernando S
Follow-up fixes for NVFlinger rewrite
2022-03-26Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding ↵bunnei
CPU Cached memory."
2022-03-26hle: kernel: k_page_table: Fix implementations of LockForCodeMemory & ↵bunnei
UnlockForCodeMemory.
2022-03-26hle: kernel: k_page_table: Implement LockMemoryAndOpen & UnlockMemory.bunnei
2022-03-26configuration: Add Paranoid CPU accuracy levelmerry
Disables most optimizations for the paranoid.
2022-03-26hle: kernel: svc: MapProcessMemory: Fix usage of KPageLinkedList to use ↵bunnei
physical address space.
2022-03-26hle: kernel: svc: CreateCodeMemory: Remove log of 'out' host pointer.bunnei
- This does not seem terribly useful and is inconsistent with other usage.
2022-03-26hle: kernel: k_code_memory: Fix usage of KPageLinkedList to use physical ↵bunnei
address space.
2022-03-26hle: kernel: k_page_table: Implement MakeAndOpenPageGroup & MakePageGroup.bunnei
2022-03-26hle: kernel: k_page_table: Add IsHeapPhysicalAddress method.bunnei
2022-03-26hle: kernel: k_page_linked_list: Add Empty method.bunnei
2022-03-26hle: kernel: svc: UnmapProcessCodeMemory: Fix inverted alignment check.bunnei