aboutsummaryrefslogtreecommitdiff
path: root/include/Overlay.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-18 17:48:10 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-18 17:48:10 +0100
commit71f95e4b12b0a79e7ff9fc4239af87b1380ad3cd (patch)
treeee9f0cd5e02338878b985889ec171d3c331aa50a /include/Overlay.hpp
parentd6b4fb5ba9aa4329859ad79d612a39fc97e1b7db (diff)
Add option to start replay when power supply is connected
Diffstat (limited to 'include/Overlay.hpp')
-rw-r--r--include/Overlay.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/Overlay.hpp b/include/Overlay.hpp
index de27bf3..a31f9dd 100644
--- a/include/Overlay.hpp
+++ b/include/Overlay.hpp
@@ -59,7 +59,9 @@ namespace gsr {
void update_notification_process_status();
void update_gsr_process_status();
+ void replay_status_update_status();
void update_focused_fullscreen_status();
+ void update_power_supply_status();
void update_ui_recording_paused();
void update_ui_recording_unpaused();
@@ -117,7 +119,8 @@ namespace gsr {
RecordingStatus recording_status = RecordingStatus::NONE;
bool paused = false;
- mgl::Clock focused_fullscreen_clock;
+ mgl::Clock replay_status_update_clock;
+ std::string power_supply_online_filepath;
std::array<KeyBinding, 1> key_bindings;
};