- Jan 25, 2023
-
-
Morph authored
-
Morph authored
StoppableTimedWait allows for a timed wait to be stopped immediately after a stop is requested. This is useful in cases where long duration thread sleeps are needed and allows for immediate joining of waiting threads after a stop is requested. Co-Authored-By:
liamwhite <liamwhite@users.noreply.github.com>
-
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( ~~~~~~~~~~~~~^
-
- 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
-
Narr the Reg authored
-
Narr the Reg authored
-