aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2023-01-22Merge pull request #9613 from Kelebek1/demangleliamwhite
2023-01-20Merge pull request #9611 from liamwhite/patch-1bunnei
2023-01-20core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicableNarr the Reg
2023-01-19core: hid: Only set the polling mode to the correct sideNarr the Reg
2023-01-19input_common: Fix issue where ring and irs are enabled at the same timegerman77
2023-01-19input_common: Implement joycon ir cameraNarr the Reg
2023-01-19yuzu: Add ring controller test buttongerman77
2023-01-19input_common: Use DriverResult on all enginesgerman77
2023-01-19Address review commentsgerman77
2023-01-19core: hid: Fix input regressionsNarr the Reg
2023-01-19input_common: Implement joycon nfcgerman77
2023-01-19service: hid: Set led pattern and fix color detectionNarr the Reg
2023-01-19core: hid: Enable pulling color data from controllersNarr the Reg
2023-01-19core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg
2023-01-19Merge pull request #9623 from liamwhite/wp-oopsbunnei
2023-01-18Merge pull request #9619 from liamwhite/timing-spaghettibunnei
2023-01-15memory: fix watchpoint use when fastmem is enabledLiam
2023-01-14timing: wait for completion on unregisterLiam
2023-01-14Be careful of mangled out of bounds readKelebek1
2023-01-14core: hid: Fix stick minimum rangegerman77
2023-01-14Add stacktrace symbol demanglingKelebek1
2023-01-12debugger: add host fastmem pointer fetch commandLiam
2023-01-11nvnflinger: correct swap interval handlingLiam
2023-01-07Revert "Revert "k_page_group: synchronize""bunnei
2023-01-07Merge pull request #9563 from german77/crash_not_allowedbunnei
2023-01-06Merge pull request #9561 from liamwhite/update-dynarmicliamwhite
2023-01-06Merge pull request #9558 from MonsterDruide1/network-timeout-noerrorliamwhite
2023-01-05input_common: Create an update engineNarr the Reg
2023-01-05externals: update dynarmic, xbyakLiam
2023-01-05MemoryManager: use fastmem directly.Fernando Sahmkow
2023-01-05net: Silently translate ETIMEDOUT network errorMonsterDruide1
2023-01-03Merge pull request #9518 from gidoly/revert-9504-pg2liamwhite
2023-01-03TAS: Immediately switch stick to TAS on inputMonsterDruide1
2023-01-01service: nifm: Initialize request stategerman77
2023-01-01service: nifm: Match documentation namesgerman77
2023-01-01vfs: Replace cstr concat with char concatMerry
2022-12-30core: hid: emulated_console: Avoid a crash if frontend does not configure tou...bunnei
2022-12-29Revert "k_page_group: synchronize"gidoly
2022-12-28hle_ipc: Use thread_local ReadBufferameerj
2022-12-28hle_ipc: Rename ReadBufferSpan to ReadBufferameerj
2022-12-28hle_ipc: Rename ReadBuffer to ReadBufferCopyameerj
2022-12-28bsd: Use std::span for read payloadsameerj
2022-12-28nvdrv: Use std::span for inputsameerj
2022-12-28hidbus: Use ReadBufferSpanameerj
2022-12-28Merge pull request #9504 from liamwhite/pg2bunnei
2022-12-25nvflinger: Split Parcel class into InputParcel and OutputParcelameerj
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj
2022-12-25TAS: Increase accuracy of Stick inputsMonsterDruide1
2022-12-25k_page_table: remove HACK_OpenPages/ClosePagesLiam
2022-12-25fsp_srv: Use ReadBufferSpanameerj