Liam
91c597e869
sm:: fix lingering session initialization issues
3 years ago
Liam
165ba6a98b
cheat_engine: add check for hid initialization
3 years ago
Liam
893a54f2bd
sm:: support service registration deferral
3 years ago
Liam
1c3a93e7c4
service: refactor server architecture
Converts services to have their own processes
3 years ago
Liam
5175ea2ae1
core: defer cpu shutdown
3 years ago
Liam
edda4ad9ae
kernel: add KObjectName
3 years ago
Narr the Reg
8a7dfb2439
input_common: Split mouse input into individual devices
3 years ago
arades79
b4b47c9f4a
remove constexpr from virtual function
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
Liam
c415339beb
service: remove deleted services
3 years ago
arades79
b34e09b574
use a string view to skip allocation
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
arades79
60a68839ee
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
arades79
3e078dbb07
apply clang-format
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
arades79
adcef452e0
add static lifetime to constexpr values to force compile time evaluation where possible
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
Liam
c68577384a
general: rename CurrentProcess to ApplicationProcess
3 years ago
Liam
832e1e2ca4
kernel: use GetCurrentProcess
3 years ago
Colin Kinloch
d0ca9973a7
kernel/svc: Fix undefined info_id
3 years ago
bunnei
86a1aa0fcc
core: kernel: k_process: Use application system resource.
3 years ago
ameerj
8467bf5224
kernel: Refactor thread_local variable usage
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
3 years ago
Liam
f68b3dcb29
kernel: avoid usage of bit_cast
3 years ago
Narr the Reg
420560f4d3
core: hid: Use gyro thresholds modes set by the game
3 years ago
Narr the Reg
3d2f7c4170
service: hid: Return error if arguments of SetSupportedNpadIdType is invalid
3 years ago
Liam
b91913334e
kernel/svc: switch to generated wrappers
3 years ago
Liam
43131451c3
kernel: fix compilation with older gcc
3 years ago
Liam
2d0892da7f
kernel/svc: Split implementations into separate files
3 years ago
ameerj
0b2e3ecc19
fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCard
3 years ago
ameerj
7cc5da4a9f
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
This reverts commit 153fa289d2 , reversing
changes made to 20676b3b5a .
3 years ago
liamwhite
f74a95b6fb
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
3 years ago
Liam
1f14d5ebce
kernel: add KDeviceAddressSpace
3 years ago
german77
db99ab5431
input_common: Implement turbo buttons
3 years ago
Liam
943f0bf0c3
kernel: add KCapabilities
3 years ago
Levi Behunin
2ff6c44168
Move to Clang Format 15
Depends on https://github.com/yuzu-emu/build-environments/pull/69
clang-15 primary run
3 years ago
Liam
86c6735bd0
kernel: unbreak min/max template deduction on Apple Clang
3 years ago
Narr the Reg
a8579f0b26
Revert 9617 and fix it on input_common
3 years ago
Merry
6b50650633
Revert "MemoryManager: use fastmem directly."
This reverts commit 7f18e3bb89 .
3 years ago
Liam
b85a155abd
kernel: split SetAddressKey into user and kernel variants
3 years ago
Liam
31945a6e8b
kernel: fix incorrect locking order in suspension
3 years ago
Liam
3b4c6e5425
kernel: KPageTable: update
3 years ago
Narr the Reg
9f9cf5732b
core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicable
3 years ago
Narr the Reg
000a5852ee
core: hid: Only set the polling mode to the correct side
3 years ago
german77
4b7ad51ce3
input_common: Fix issue where ring and irs are enabled at the same time
3 years ago
Narr the Reg
91f98f57b3
input_common: Implement joycon ir camera
3 years ago
german77
22eb8ce395
yuzu: Add ring controller test button
3 years ago
german77
5cbeb6f1c4
input_common: Use DriverResult on all engines
3 years ago
german77
82774f546a
Address review comments
3 years ago
Narr the Reg
8dbef30cb7
core: hid: Fix input regressions
3 years ago
german77
b40c5ba2c3
input_common: Implement joycon nfc
3 years ago
Narr the Reg
a1b72e62dc
service: hid: Set led pattern and fix color detection
3 years ago
Narr the Reg
59e89afde4
core: hid: Enable pulling color data from controllers
3 years ago
Narr the Reg
3672362ce1
core: hid: Migrate ring from emulated devices to emulated controller
3 years ago
Liam
0279b94a9e
memory: fix watchpoint use when fastmem is enabled
3 years ago