Add hotkeys for replay and streaming, finish everything

This commit is contained in:
dec05eba
2024-10-27 13:09:06 +01:00
parent 28c437e90a
commit 59dfd87c21
12 changed files with 579 additions and 170 deletions

View File

@@ -97,6 +97,9 @@ namespace gsr {
if(!theme->pause_texture.load_from_file((resources_path + "images/pause.png").c_str()))
goto error;
if(!theme->save_texture.load_from_file((resources_path + "images/save.png").c_str()))
goto error;
return true;
error: