[PR #2606] [CLOSED] Fix OLED theme background image issue #2856

Closed
opened 2026-02-27 22:01:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2606
Author: @SharkStudiosSK
Created: 3/6/2025
Status: Closed

Base: mainHead: fix-oled-theme-background


📝 Commits (1)

  • 42db52c Fix OLED theme background image issue

📊 Changes

3 files changed (+14 additions, -4 deletions)

View changed files

📝 src/qt_gui/game_grid_frame.cpp (+1 -1)
📝 src/qt_gui/game_list_frame.cpp (+2 -2)
📝 src/qt_gui/main_window_themes.cpp (+11 -1)

📄 Description

Fixes shadps4-emu/shadps4-qtlauncher#31

Update the OLED theme to support the "Show background image" option.

  • Add code to src/qt_gui/main_window_themes.cpp to set the background image if Config::getShowBackgroundImage() is true.
  • Adjust the opacity and other settings for the OLED theme in src/qt_gui/main_window_themes.cpp.
  • Update the SetGridBackgroundImage function in src/qt_gui/game_grid_frame.cpp to handle the OLED theme.
  • Update the SetListBackgroundImage function in src/qt_gui/game_list_frame.cpp to handle the OLED theme.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2606 **Author:** [@SharkStudiosSK](https://github.com/SharkStudiosSK) **Created:** 3/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-oled-theme-background` --- ### 📝 Commits (1) - [`42db52c`](https://github.com/shadps4-emu/shadPS4/commit/42db52c2295c6199d8a38a256ff618a61637c2a5) Fix OLED theme background image issue ### 📊 Changes **3 files changed** (+14 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/qt_gui/game_grid_frame.cpp` (+1 -1) 📝 `src/qt_gui/game_list_frame.cpp` (+2 -2) 📝 `src/qt_gui/main_window_themes.cpp` (+11 -1) </details> ### 📄 Description Fixes shadps4-emu/shadps4-qtlauncher#31 Update the OLED theme to support the "Show background image" option. * Add code to `src/qt_gui/main_window_themes.cpp` to set the background image if `Config::getShowBackgroundImage()` is true. * Adjust the opacity and other settings for the OLED theme in `src/qt_gui/main_window_themes.cpp`. * Update the `SetGridBackgroundImage` function in `src/qt_gui/game_grid_frame.cpp` to handle the OLED theme. * Update the `SetListBackgroundImage` function in `src/qt_gui/game_list_frame.cpp` to handle the OLED theme. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:01:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2856
No description provided.