aboutsummaryrefslogtreecommitdiff
path: root/src/Theme.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-03-20 19:22:16 +0100
committerdec05eba <dec05eba@protonmail.com>2025-03-20 19:22:16 +0100
commita0d8af9d372ac3847cbae9dc9c647abf57227e3c (patch)
treea9bf3be57410b3d2202ff28b24ffa209c08800b4 /src/Theme.cpp
parent71b6c395ca868a3c138585d05bcb72041c294cb3 (diff)
Add controller hotkey to show/hide ui
Diffstat (limited to 'src/Theme.cpp')
-rw-r--r--src/Theme.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Theme.cpp b/src/Theme.cpp
index edc8843..2001f7d 100644
--- a/src/Theme.cpp
+++ b/src/Theme.cpp
@@ -117,6 +117,9 @@ namespace gsr {
if(!theme->ps4_home_texture.load_from_file((resources_path + "images/ps4_home.png").c_str(), mgl::Texture::LoadOptions{false, false, true}))
goto error;
+ if(!theme->ps4_options_texture.load_from_file((resources_path + "images/ps4_options.png").c_str(), mgl::Texture::LoadOptions{false, false, true}))
+ goto error;
+
if(!theme->ps4_dpad_up_texture.load_from_file((resources_path + "images/ps4_dpad_up.png").c_str(), mgl::Texture::LoadOptions{false, false, true}))
goto error;