diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-02-10 18:22:21 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-02-10 18:22:21 +0100 |
commit | f4e44cbef5dbbc2a2b71e7b9b70ee72d30b7c6a6 (patch) | |
tree | fba7a409ad73abc4b233c9dfd960f014c2df6b69 /include/Overlay.hpp | |
parent | 3d6354c642244cde272c328a31c72a0adba54999 (diff) |
Prepare for sound. Fix game name being gsr-ui on wayland in some cases when saving video when the ui is open
Diffstat (limited to 'include/Overlay.hpp')
-rw-r--r-- | include/Overlay.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 <mglpp/window/Window.hpp> #include <mglpp/window/Event.hpp> @@ -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 |