diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-23 22:19:57 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-23 22:20:47 +0200 |
commit | 329ccdc970d31e2993226bac6bd784404357819d (patch) | |
tree | e7f3105f2305956d2cb82eefd5ca9e9324d772b9 /include/Theme.hpp | |
parent | b64b90d0b165a6364206fa6ee7918905afd76fe5 (diff) |
Save replay/streaming recording to correct location when saving to game folder. Add controller hotkey to save 1 min/10 min replayHEAD1.5.0master
Diffstat (limited to 'include/Theme.hpp')
-rw-r--r-- | include/Theme.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Theme.hpp b/include/Theme.hpp index 670980f..249ad3d 100644 --- a/include/Theme.hpp +++ b/include/Theme.hpp @@ -50,6 +50,8 @@ namespace gsr { mgl::Texture ps4_dpad_down_texture; mgl::Texture ps4_dpad_left_texture; mgl::Texture ps4_dpad_right_texture; + mgl::Texture ps4_cross_texture; + mgl::Texture ps4_triangle_texture; double double_click_timeout_seconds = 0.4; |