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:
dec05eba
2025-04-23 22:19:57 +02:00
parent b64b90d0b1
commit 329ccdc970
10 changed files with 64 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
project('gsr-ui', ['c', 'cpp'], version : '1.4.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
project('gsr-ui', ['c', 'cpp'], version : '1.5.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp'])