diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-04 22:39:37 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-04 22:39:37 +0200 |
commit | 305c9df7acc140d1d4b723948b9f59e8282eea87 (patch) | |
tree | 3b57db37b0a8178b95f7db9694fc676d0f9c3287 /src/Config.cpp | |
parent | d08ea692771caa8e385412c2f992089672773e30 (diff) |
Add option to save temporary replay data on disk1.6.0
Diffstat (limited to 'src/Config.cpp')
-rw-r--r-- | src/Config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.cpp b/src/Config.cpp index 2de6a96..3445e56 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -264,6 +264,7 @@ namespace gsr { {"replay.save_directory", &config.replay_config.save_directory}, {"replay.container", &config.replay_config.container}, {"replay.time", &config.replay_config.replay_time}, + {"replay.replay_storage", &config.replay_config.replay_storage}, {"replay.start_stop_hotkey", &config.replay_config.start_stop_hotkey}, {"replay.save_hotkey", &config.replay_config.save_hotkey}, {"replay.save_1_min_hotkey", &config.replay_config.save_1_min_hotkey}, |