aboutsummaryrefslogtreecommitdiff
path: root/include/Config.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-05-04 22:39:37 +0200
committerdec05eba <dec05eba@protonmail.com>2025-05-04 22:39:37 +0200
commit305c9df7acc140d1d4b723948b9f59e8282eea87 (patch)
tree3b57db37b0a8178b95f7db9694fc676d0f9c3287 /include/Config.hpp
parentd08ea692771caa8e385412c2f992089672773e30 (diff)
Add option to save temporary replay data on disk1.6.0
Diffstat (limited to 'include/Config.hpp')
-rw-r--r--include/Config.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp
index c8c6650..2bb79fb 100644
--- a/include/Config.hpp
+++ b/include/Config.hpp
@@ -117,6 +117,7 @@ namespace gsr {
std::string save_directory;
std::string container = "mp4";
int32_t replay_time = 60;
+ std::string replay_storage = "ram";
ConfigHotkey start_stop_hotkey;
ConfigHotkey save_hotkey;
ConfigHotkey save_1_min_hotkey;