From f4e44cbef5dbbc2a2b71e7b9b70ee72d30b7c6a6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 10 Feb 2025 18:22:21 +0100 Subject: Prepare for sound. Fix game name being gsr-ui on wayland in some cases when saving video when the ui is open --- include/Overlay.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Overlay.hpp') diff --git a/include/Overlay.hpp b/include/Overlay.hpp index 4fbf54e..f3025b2 100644 --- a/include/Overlay.hpp +++ b/include/Overlay.hpp @@ -8,6 +8,7 @@ #include "WindowUtils.hpp" #include "GlobalHotkeysLinux.hpp" #include "GlobalHotkeysJoystick.hpp" +#include "AudioPlayer.hpp" #include #include @@ -189,5 +190,7 @@ namespace gsr { mgl::Clock replay_save_clock; bool replay_save_show_notification = false; + + AudioPlayer audio_player; }; } \ No newline at end of file -- cgit v1.2.3-70-g09d2