Narr the Reg
e84a441d75
yuzu: config: Avoid reading deleted object
3 years ago
Liam
e9e1e7aa3a
kernel: unbreak min/max template deduction on Apple Clang
3 years ago
Narr the Reg
49707916db
input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon driver
3 years ago
Morph
b6e5a6bda8
main: Only set AA_DisableWindowContextHelpButton below Qt6
This is fortunately disabled by default on Qt6, so we just have to check whether we are compiling with Qt6 or not.
3 years ago
Jan Beich
20c7084892
input_common: add missing header for libc++ after 340f15d1fa
src/input_common/drivers/joycon.cpp:187:26: error: no member named 'find_if' in namespace 'std::ranges'
std::ranges::find_if(left_joycons, [](auto& device) { return !device->IsConnected(); });
~~~~~~~~~~~~~^
src/input_common/drivers/joycon.cpp:193:54: error: no member named 'find_if' in namespace 'std::ranges'
const auto unconnected_device = std::ranges::find_if(
~~~~~~~~~~~~~^
src/input_common/drivers/joycon.cpp:393:51: error: no member named 'find_if' in namespace 'std::ranges'
const auto matching_device = std::ranges::find_if(
~~~~~~~~~~~~~^
src/input_common/drivers/joycon.cpp:402:51: error: no member named 'find_if' in namespace 'std::ranges'
const auto matching_device = std::ranges::find_if(
~~~~~~~~~~~~~^
3 years ago
Narr the Reg
cc821bfae1
Revert 9617 and fix it on input_common
3 years ago
Morph
4cdf69c378
default_ini: Split and concatenate the config string literal
We are dangerously close to MSVC's 16384 character limit for string literals. Breaking this string up and concatenating will allow for more settings to be added in the future.
3 years ago
Merry
dc7ab4c5d6
Revert "MemoryManager: use fastmem directly."
This reverts commit af5ecb0b15 .
3 years ago
Morph
cdfb3795af
main: Globally disable the "?" button on dialogs
Sets the AA_DisableWindowContextHelpButton attribute to disable this useless button globally.
3 years ago
Liam
76a4356e55
spirv: fix multisampled image fetch
3 years ago
Alexandre Bouvier
34b1ea9c19
cmake: prefer system llvm library
3 years ago
Liam
31e54c4573
kernel: KPageTable: update
3 years ago
german77
a436467152
yuzu: Fix language comobox crash
3 years ago
Liam
c6eab71d5c
nsight_aftermath_tracker: update for latest Aftermath SDK
3 years ago
Narr the Reg
d9ee7c3297
core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicable
3 years ago
german77
fafa92cfb8
input_common: Fix joycon mappings
3 years ago
german77
340f15d1fa
input_common: Address byte review
3 years ago
Narr the Reg
4a307a7b3a
core: hid: Only set the polling mode to the correct side
3 years ago
german77
b40aefb39e
input_common: Drop Pro controller support from custom driver
3 years ago
german77
d05ea2f3eb
input_common: Fix issue where ring and irs are enabled at the same time
3 years ago
Narr the Reg
459fb2b213
input_common: Implement joycon ir camera
3 years ago
german77
5cb437703f
yuzu: Add ring controller test button
3 years ago
german77
527dad7097
input_common: Use DriverResult on all engines
3 years ago
german77
e1a3bda4d9
Address review comments
3 years ago
Narr the Reg
1c08d532e0
core: hid: Fix input regressions
3 years ago
german77
6d6b7bdbc3
input_common: Implement joycon nfc
3 years ago
Narr the Reg
6e33731f29
input_common: Add dual joycon support
3 years ago
Narr the Reg
751d36e739
input_common: Add support for joycon ring controller
3 years ago
Narr the Reg
f09a023292
input_common: Add support for joycon input reports
3 years ago
Narr the Reg
5676c2e17f
input_common: Use calibration from joycon
3 years ago
Narr the Reg
594b2ade6d
input_common: Add support for joycon generic functions
3 years ago
Narr the Reg
6aa6301acd
input_common: Add joycon low level functions
3 years ago
Narr the Reg
36d5e0a411
service: hid: Set led pattern and fix color detection
3 years ago
Narr the Reg
ed5fa10e97
core: hid: Enable pulling color data from controllers
3 years ago
Narr the Reg
a4074001fe
core: hid: Migrate ring from emulated devices to emulated controller
3 years ago
Narr the Reg
18c9f8eeed
yuzu: Update controller colors and button names
3 years ago
Narr the Reg
2d802893e7
input_common: Disable SDL driver with switch controllers
3 years ago
Narr the Reg
d80e6c399b
input_common: Initial skeleton for custom joycon driver
3 years ago
german77
db6cb9cc0a
input_common: reset sdl motion if data is invalid
3 years ago
Jonas Gutenschwager
887ed5c0e2
fix format
3 years ago
Kelebek1
5a106cf11e
Demote maxwell3d Firmware4 call log to debug
3 years ago
Jonas Gutenschwager
83754e4789
allow volume up/down hotkeys to be repeated
3 years ago
Feng Chen
9fc7ca1731
Address feedback
3 years ago
Liam
f1a0ce0e70
memory: fix watchpoint use when fastmem is enabled
3 years ago
Liam
0953cdd271
timing: wait for completion on unregister
3 years ago
Kelebek1
42b16bb33a
Be careful of mangled out of bounds read
3 years ago
german77
50c86b3c2a
core: hid: Fix stick minimum range
3 years ago
Merry
a0e8e5b22e
upsample: Fix coefficient format
3 years ago
Merry
122a8faa38
audio_core: Fix off-by-one error in upsampler
3 years ago
Kelebek1
ce0b8d618d
Move demangle impl to cpp
3 years ago