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
Liam
e1b0b3d0db
timing: wait for completion on unregister
3 years ago
Kelebek1
8fea4c21b2
Be careful of mangled out of bounds read
3 years ago
german77
c76721182c
core: hid: Fix stick minimum range
3 years ago
Kelebek1
90f546cba4
Add stacktrace symbol demangling
3 years ago
Liam
f28fbaa41e
debugger: add host fastmem pointer fetch command
3 years ago
Liam
0c15ac5084
nvnflinger: correct swap interval handling
3 years ago
bunnei
1bd2034592
Revert "Revert "k_page_group: synchronize""
3 years ago
Narr the Reg
243f2931b5
input_common: Create an update engine
3 years ago
Liam
7429e31f30
externals: update dynarmic, xbyak
3 years ago
Fernando Sahmkow
7f18e3bb89
MemoryManager: use fastmem directly.
3 years ago
MonsterDruide1
3eb787dcef
net: Silently translate ETIMEDOUT network error
3 years ago
MonsterDruide1
ffc89d8b84
TAS: Immediately switch stick to TAS on input
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
3 years ago
german77
011f49a00b
service: nifm: Initialize request state
3 years ago
german77
991ea9ab41
service: nifm: Match documentation names
3 years ago
Merry
68008d9b80
vfs: Replace cstr concat with char concat
3 years ago
bunnei
d466f5e2b8
core: hid: emulated_console: Avoid a crash if frontend does not configure touch_from_button_maps.
3 years ago
gidoly
118d57a8f0
Revert "k_page_group: synchronize"
3 years ago
ameerj
ddbee432b2
hle_ipc: Use thread_local ReadBuffer
3 years ago
ameerj
713394d526
hle_ipc: Rename ReadBufferSpan to ReadBuffer
3 years ago
ameerj
571d469697
hle_ipc: Rename ReadBuffer to ReadBufferCopy
Indicates explicitly that a copy is occurring
3 years ago
ameerj
53650d2701
bsd: Use std::span for read payloads
Allows the use of HLERequestContext::ReadBufferSpan
3 years ago
ameerj
8a59719bd2
nvdrv: Use std::span for inputs
Allows the use of HLERequestContext::ReadBufferSpan
3 years ago
ameerj
de252703bd
hidbus: Use ReadBufferSpan
3 years ago
ameerj
4531881bfd
nvflinger: Split Parcel class into InputParcel and OutputParcel
The usages of the Parcel class were already unique to either Read or Write operations.
Avoids needing a vector of the input payload for the InputParcel use-case, instead it can remain as a span.
3 years ago