aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2023-02-21core: hid: Fix native mouse mappingsNarr the Reg
2023-02-21Merge pull request #9846 from merryhime/type-constliamwhite
svc: Fix type consistency (exposed on macOS)
2023-02-21svc: Fix type consistency (exposed on macOS)Merry
2023-02-21net: translate ECONNRESET network errorMonsterDruide1
2023-02-19Merge pull request #9771 from ameerj/host-thread-idliamwhite
kernel: Refactor thread_local variable usage
2023-02-18Merge pull request #9815 from german77/qt-mouseliamwhite
Qt: Fix mouse scalling
2023-02-17kernel: add KObjectNameLiam
2023-02-16input_common: Split mouse input into individual devicesNarr the Reg
2023-02-15Merge pull request #9796 from liamwhite/currentliamwhite
general: rename CurrentProcess to ApplicationProcess
2023-02-15Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usageliamwhite
Fix consexpr value declaration usage
2023-02-14remove constexpr from virtual functionarades79
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14service: remove deleted servicesLiam
2023-02-14use a string view to skip allocationarades79
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14remove static from pointer sized or smaller types for aesthetics, change ↵arades79
constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14apply clang-formatarades79
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation ↵arades79
where possible Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-02-13kernel: use GetCurrentProcessLiam
2023-02-12Merge pull request #9757 from german77/gyrobunnei
core: hid: Use gyro thresholds modes set by the game
2023-02-11kernel/svc: Fix undefined info_idColin Kinloch
2023-02-11Merge pull request #9773 from bunnei/fix-process-resourceliamwhite
core: kernel: k_process: Use application system resource.
2023-02-10Merge pull request #9742 from liamwhite/svc-wrap-onlybunnei
kernel/svc: switch to generated wrappers
2023-02-10core: kernel: k_process: Use application system resource.bunnei
2023-02-10kernel: Refactor thread_local variable usageameerj
On MSVC at least, there seems to be a non-trivial overhead to calling GetHostThreadId(). This slightly reworks the host_thread_id variable to reduce some of the complexity around its usage, along with some small refactors around current_thread and dummy thread
2023-02-10kernel: avoid usage of bit_castLiam
2023-02-09core: hid: Use gyro thresholds modes set by the gameNarr the Reg
2023-02-08Merge pull request #9747 from german77/SetSupportedNpadIdTypesliamwhite
service: hid: Return error if arguments of SetSupportedNpadIdType is invalid
2023-02-07service: hid: Return error if arguments of SetSupportedNpadIdType is invalidNarr the Reg
2023-02-06kernel/svc: switch to generated wrappersLiam
2023-02-06kernel: fix compilation with older gccLiam
2023-02-04kernel/svc: Split implementations into separate filesLiam
2023-02-03fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCardameerj
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
2023-02-02Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-spanbunnei
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ↵liamwhite
ReadBuffer"
2023-02-01kernel: add KDeviceAddressSpaceLiam
2023-02-01Merge pull request #9696 from german77/please_forgive_me_for_this_sinbunnei
input_common: Implement turbo buttons
2023-02-01input_common: Implement turbo buttonsgerman77
2023-01-31Merge pull request #9697 from liamwhite/kcapbunnei
kernel: add KCapabilities
2023-01-30Merge pull request #9508 from ameerj/hle-ipc-buffer-spanbunnei
hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer
2023-01-29kernel: add KCapabilitiesLiam
2023-01-29Move to Clang Format 15Levi Behunin
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
2023-01-27Merge pull request #9666 from liamwhite/wait-for-mebunnei
kernel: fix incorrect locking order in suspension
2023-01-26kernel: unbreak min/max template deduction on Apple ClangLiam
2023-01-25Merge pull request #9670 from ↵bunnei
merryhime/revert-af5ecb0b15d4449f58434e70eed835cf71fc5527 Revert "MemoryManager: use fastmem directly."
2023-01-25Merge pull request #9604 from liamwhite/ptbunnei
kernel: KPageTable: update
2023-01-25Revert 9617 and fix it on input_commonNarr the Reg
2023-01-25Revert "MemoryManager: use fastmem directly."Merry
This reverts commit af5ecb0b15d4449f58434e70eed835cf71fc5527.
2023-01-24Merge pull request #9492 from german77/joycon_releaseliamwhite
Input_common: Implement custom joycon driver v2
2023-01-23kernel: split SetAddressKey into user and kernel variantsLiam