Narr the Reg
|
a8579f0b26
|
Revert 9617 and fix it on input_common
|
2023-01-25 13:52:50 -06:00 |
|
Merry
|
6b50650633
|
Revert "MemoryManager: use fastmem directly."
This reverts commit 7f18e3bb89 .
|
2023-01-25 10:12:04 +00:00 |
|
liamwhite
|
6c7db928fd
|
Merge pull request #9492 from german77/joycon_release
Input_common: Implement custom joycon driver v2
|
2023-01-24 09:29:37 -05:00 |
|
Liam
|
b85a155abd
|
kernel: split SetAddressKey into user and kernel variants
|
2023-01-23 20:31:03 -05:00 |
|
Liam
|
31945a6e8b
|
kernel: fix incorrect locking order in suspension
|
2023-01-23 17:14:41 -05:00 |
|
Liam
|
3b4c6e5425
|
kernel: KPageTable: update
|
2023-01-22 13:17:29 -05:00 |
|
liamwhite
|
c909a9e2ba
|
Merge pull request #9617 from german77/off_by_one
core: hid: Fix stick minimum range
|
2023-01-22 13:14:10 -05:00 |
|
liamwhite
|
87eef91dab
|
Merge pull request #9613 from Kelebek1/demangle
Add stacktrace symbol demangling
|
2023-01-22 13:13:58 -05:00 |
|
bunnei
|
35099396c4
|
Merge pull request #9611 from liamwhite/patch-1
debugger: add host fastmem pointer fetch command
|
2023-01-20 10:00:33 -08:00 |
|
Narr the Reg
|
9f9cf5732b
|
core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicable
|
2023-01-20 00:51:46 -06:00 |
|
Narr the Reg
|
000a5852ee
|
core: hid: Only set the polling mode to the correct side
|
2023-01-19 18:05:23 -06:00 |
|
german77
|
4b7ad51ce3
|
input_common: Fix issue where ring and irs are enabled at the same time
|
2023-01-19 18:05:22 -06:00 |
|
Narr the Reg
|
91f98f57b3
|
input_common: Implement joycon ir camera
|
2023-01-19 18:05:22 -06:00 |
|
german77
|
22eb8ce395
|
yuzu: Add ring controller test button
|
2023-01-19 18:05:22 -06:00 |
|
german77
|
5cbeb6f1c4
|
input_common: Use DriverResult on all engines
|
2023-01-19 18:05:22 -06:00 |
|
german77
|
82774f546a
|
Address review comments
|
2023-01-19 18:05:22 -06:00 |
|
Narr the Reg
|
8dbef30cb7
|
core: hid: Fix input regressions
|
2023-01-19 18:05:22 -06:00 |
|
german77
|
b40c5ba2c3
|
input_common: Implement joycon nfc
|
2023-01-19 18:05:21 -06:00 |
|
Narr the Reg
|
a1b72e62dc
|
service: hid: Set led pattern and fix color detection
|
2023-01-19 18:05:20 -06:00 |
|
Narr the Reg
|
59e89afde4
|
core: hid: Enable pulling color data from controllers
|
2023-01-19 18:05:20 -06:00 |
|
Narr the Reg
|
3672362ce1
|
core: hid: Migrate ring from emulated devices to emulated controller
|
2023-01-19 18:05:20 -06:00 |
|
bunnei
|
cb88483660
|
Merge pull request #9623 from liamwhite/wp-oops
memory: fix watchpoint use when fastmem is enabled
|
2023-01-19 10:50:21 -08:00 |
|
bunnei
|
1c11050ce6
|
Merge pull request #9619 from liamwhite/timing-spaghetti
timing: wait for completion on unregister
|
2023-01-18 15:13:38 -08:00 |
|
Liam
|
0279b94a9e
|
memory: fix watchpoint use when fastmem is enabled
|
2023-01-15 10:24:31 -05:00 |
|
Liam
|
e1b0b3d0db
|
timing: wait for completion on unregister
|
2023-01-14 15:48:01 -05:00 |
|
Kelebek1
|
8fea4c21b2
|
Be careful of mangled out of bounds read
|
2023-01-14 19:53:55 +00:00 |
|
german77
|
c76721182c
|
core: hid: Fix stick minimum range
|
2023-01-14 11:53:43 -06:00 |
|
Kelebek1
|
90f546cba4
|
Add stacktrace symbol demangling
|
2023-01-14 04:43:21 +00:00 |
|
Liam
|
f28fbaa41e
|
debugger: add host fastmem pointer fetch command
|
2023-01-12 18:35:14 -05:00 |
|
Liam
|
0c15ac5084
|
nvnflinger: correct swap interval handling
|
2023-01-11 22:05:08 -05:00 |
|
bunnei
|
1bd2034592
|
Revert "Revert "k_page_group: synchronize""
|
2023-01-07 15:32:10 -08:00 |
|
bunnei
|
dfbfc1b89b
|
Merge pull request #9563 from german77/crash_not_allowed
input_common: Create an update engine
|
2023-01-07 13:41:27 -08:00 |
|
liamwhite
|
bd9882cd7d
|
Merge pull request #9561 from liamwhite/update-dynarmic
externals: update dynarmic, xbyak
|
2023-01-06 10:00:18 -05:00 |
|
liamwhite
|
be16c84eca
|
Merge pull request #9558 from MonsterDruide1/network-timeout-noerror
net: Silently translate ETIMEDOUT network error
|
2023-01-06 10:00:09 -05:00 |
|
Narr the Reg
|
243f2931b5
|
input_common: Create an update engine
|
2023-01-05 19:24:29 -06:00 |
|
Liam
|
7429e31f30
|
externals: update dynarmic, xbyak
|
2023-01-05 18:06:06 -05:00 |
|
Fernando Sahmkow
|
7f18e3bb89
|
MemoryManager: use fastmem directly.
|
2023-01-05 06:06:33 -05:00 |
|
MonsterDruide1
|
3eb787dcef
|
net: Silently translate ETIMEDOUT network error
|
2023-01-05 11:54:36 +01:00 |
|
liamwhite
|
25b5675997
|
Merge pull request #9518 from gidoly/revert-9504-pg2
Revert "k_page_group: synchronize"
|
2023-01-03 21:40:57 -05:00 |
|
MonsterDruide1
|
ffc89d8b84
|
TAS: Immediately switch stick to TAS on input
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
|
2023-01-03 20:08:25 +01:00 |
|
german77
|
011f49a00b
|
service: nifm: Initialize request state
|
2023-01-01 20:58:08 -06:00 |
|
german77
|
991ea9ab41
|
service: nifm: Match documentation names
|
2023-01-01 20:58:01 -06:00 |
|
Merry
|
68008d9b80
|
vfs: Replace cstr concat with char concat
|
2023-01-01 18:52:02 +00:00 |
|
bunnei
|
d466f5e2b8
|
core: hid: emulated_console: Avoid a crash if frontend does not configure touch_from_button_maps.
|
2022-12-30 00:14:53 -08:00 |
|
gidoly
|
118d57a8f0
|
Revert "k_page_group: synchronize"
|
2022-12-29 17:39:42 +09:00 |
|
ameerj
|
ddbee432b2
|
hle_ipc: Use thread_local ReadBuffer
|
2022-12-28 18:46:54 -05:00 |
|
ameerj
|
713394d526
|
hle_ipc: Rename ReadBufferSpan to ReadBuffer
|
2022-12-28 18:46:54 -05:00 |
|
ameerj
|
571d469697
|
hle_ipc: Rename ReadBuffer to ReadBufferCopy
Indicates explicitly that a copy is occurring
|
2022-12-28 18:46:54 -05:00 |
|
ameerj
|
53650d2701
|
bsd: Use std::span for read payloads
Allows the use of HLERequestContext::ReadBufferSpan
|
2022-12-28 18:46:54 -05:00 |
|
ameerj
|
8a59719bd2
|
nvdrv: Use std::span for inputs
Allows the use of HLERequestContext::ReadBufferSpan
|
2022-12-28 18:46:53 -05:00 |
|