Change joystick hotkeys to not conflict with steam

This commit is contained in:
dec05eba
2025-03-18 01:02:45 +01:00
parent 9b461edd0c
commit 44e7f57d21
3 changed files with 31 additions and 18 deletions

View File

@@ -49,6 +49,10 @@ namespace gsr {
int event_index = -1;
bool playstation_button_pressed = false;
bool up_pressed = false;
bool down_pressed = false;
bool left_pressed = false;
bool right_pressed = false;
bool save_replay = false;
bool take_screenshot = false;