Workaround weird steam input (in-game) behavior where steam triggers playstation button + options when pressing both l3 and r3 at the same time

This commit is contained in:
dec05eba
2025-06-01 00:48:49 +02:00
parent 57448f6579
commit 612fe6a9c2
2 changed files with 14 additions and 1 deletions

View File

@@ -56,6 +56,8 @@ namespace gsr {
bool down_pressed = false;
bool left_pressed = false;
bool right_pressed = false;
bool l3_button_pressed = false;
bool r3_button_pressed = false;
bool save_replay = false;
bool save_1_min_replay = false;