- 26 Jan, 2023 1 commit
-
-
Morph authored
main: Only set AA_DisableWindowContextHelpButton below Qt6
-
- 25 Jan, 2023 9 commits
-
-
Morph authored
This is fortunately disabled by default on Qt6, so we just have to check whether we are compiling with Qt6 or not.
-
liamwhite authored
default_ini: Split and concatenate the config string literal
-
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
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.
-
Morph authored
Sets the AA_DisableWindowContextHelpButton attribute to disable this useless button globally.
-
- 24 Jan, 2023 2 commits
- 23 Jan, 2023 1 commit
-
-
Alexandre Bouvier authored
-
- 22 Jan, 2023 7 commits
-
-
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
-
- 21 Jan, 2023 3 commits
- 20 Jan, 2023 17 commits
-
-
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
-