- Jan 25, 2023
-
-
liamwhite authored
main: Globally disable the "?" button on dialogs
-
liamwhite authored
Revert #9617 and fix it on input_common
-
Narr the Reg authored
input_common: unbreak build with libc++ (missing std::ranges::find_if)
-
Jan Beich authored
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( ~~~~~~~~~~~~~^
-
Narr the Reg authored
-
Morph authored
Sets the AA_DisableWindowContextHelpButton attribute to disable this useless button globally.
-
- Jan 24, 2023
- Jan 23, 2023
-
-
Alexandre Bouvier authored
-
- Jan 22, 2023
-
-
liamwhite authored
tests: update catch2 to 3.0.1
-
liamwhite authored
yuzu: Fix language comobox crash
-
liamwhite authored
nsight_aftermath_tracker: update for latest Aftermath SDK
-
liamwhite authored
allow volume up/down hotkeys to be repeated
-
liamwhite authored
core: hid: Fix stick minimum range
-
liamwhite authored
Add stacktrace symbol demangling
-
german77 authored
-
- Jan 21, 2023
- Jan 20, 2023
-
-
bunnei authored
debugger: add host fastmem pointer fetch command
-
Narr the Reg authored
-
german77 authored
-
german77 authored
-
bunnei authored
input_common: reset sdl motion if data is invalid
-
Narr the Reg authored
-
german77 authored
-
german77 authored
-
Narr the Reg authored
-
german77 authored
-
german77 authored
-
german77 authored
-
Narr the Reg authored
-
german77 authored
-
Narr the Reg authored
-
Narr the Reg authored
-
Narr the Reg authored
-
Narr the Reg authored
-
Narr the Reg authored
-
Narr the Reg authored
-
Narr the Reg authored
-