mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-21 17:27:25 +09:00
Save replay/streaming recording to correct location when saving to game folder. Add controller hotkey to save 1 min/10 min replay
This commit is contained in:
@@ -21,6 +21,8 @@ namespace gsr {
|
||||
bool start();
|
||||
// Currently valid ids:
|
||||
// save_replay
|
||||
// save_1_min_replay
|
||||
// save_10_min_replay
|
||||
// take_screenshot
|
||||
// toggle_record
|
||||
// toggle_replay
|
||||
@@ -56,6 +58,8 @@ namespace gsr {
|
||||
bool right_pressed = false;
|
||||
|
||||
bool save_replay = false;
|
||||
bool save_1_min_replay = false;
|
||||
bool save_10_min_replay = false;
|
||||
bool take_screenshot = false;
|
||||
bool toggle_record = false;
|
||||
bool toggle_replay = false;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user