[PR #135] [MERGED] Show title splash while the game is loading #1326

Closed
opened 2026-02-27 21:12:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/135
Author: @psucien
Created: 5/15/2024
Status: Merged
Merged: 5/16/2024
Merged by: @georgemoralis

Base: mainHead: video_core/splash


📝 Commits (5)

  • c9b5b5e show title splash while the game is loading
  • 3d5be23 stb image moved to externals
  • 8c4f72f review comments
  • 77cf875 Update linux.yml
  • 38061ae fix for crash in apps when splash is missing

📊 Changes

17 files changed (+8167 additions, -22 deletions)

View changed files

📝 .github/workflows/linux.yml (+1 -1)
📝 .reuse/dep5 (+6 -5)
📝 CMakeLists.txt (+5 -1)
externals/stb_image.h (+7985 -0)
📝 src/common/config.cpp (+7 -0)
📝 src/common/config.h (+1 -0)
src/core/file_format/splash.cpp (+42 -0)
src/core/file_format/splash.h (+41 -0)
📝 src/core/libraries/system/systemservice.cpp (+9 -1)
📝 src/core/libraries/system/systemservice.h (+2 -0)
📝 src/core/libraries/videoout/driver.cpp (+6 -2)
📝 src/main.cpp (+10 -0)
📝 src/video_core/amdgpu/liverpool.h (+3 -1)
📝 src/video_core/renderer_vulkan/renderer_vulkan.cpp (+38 -1)
📝 src/video_core/renderer_vulkan/renderer_vulkan.h (+3 -0)
📝 src/video_core/texture_cache/texture_cache.cpp (+4 -5)
📝 src/video_core/texture_cache/texture_cache.h (+4 -5)

📄 Description

This PR adds cover art support to our fancy music player


🔄 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/135 **Author:** [@psucien](https://github.com/psucien) **Created:** 5/15/2024 **Status:** ✅ Merged **Merged:** 5/16/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `video_core/splash` --- ### 📝 Commits (5) - [`c9b5b5e`](https://github.com/shadps4-emu/shadPS4/commit/c9b5b5e963dbaa76d800d9338f8989bbf4f513a3) show title splash while the game is loading - [`3d5be23`](https://github.com/shadps4-emu/shadPS4/commit/3d5be236718ceaebdcfeceb4c00a4418de41aa7c) stb image moved to externals - [`8c4f72f`](https://github.com/shadps4-emu/shadPS4/commit/8c4f72f4040dccf761062c35f9e1acb498f1af8b) review comments - [`77cf875`](https://github.com/shadps4-emu/shadPS4/commit/77cf875585e3656341e524b99a05b540bde41208) Update linux.yml - [`38061ae`](https://github.com/shadps4-emu/shadPS4/commit/38061ae636400a449029ad2028e3d0eb1cfdcf6a) fix for crash in apps when splash is missing ### 📊 Changes **17 files changed** (+8167 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/linux.yml` (+1 -1) 📝 `.reuse/dep5` (+6 -5) 📝 `CMakeLists.txt` (+5 -1) ➕ `externals/stb_image.h` (+7985 -0) 📝 `src/common/config.cpp` (+7 -0) 📝 `src/common/config.h` (+1 -0) ➕ `src/core/file_format/splash.cpp` (+42 -0) ➕ `src/core/file_format/splash.h` (+41 -0) 📝 `src/core/libraries/system/systemservice.cpp` (+9 -1) 📝 `src/core/libraries/system/systemservice.h` (+2 -0) 📝 `src/core/libraries/videoout/driver.cpp` (+6 -2) 📝 `src/main.cpp` (+10 -0) 📝 `src/video_core/amdgpu/liverpool.h` (+3 -1) 📝 `src/video_core/renderer_vulkan/renderer_vulkan.cpp` (+38 -1) 📝 `src/video_core/renderer_vulkan/renderer_vulkan.h` (+3 -0) 📝 `src/video_core/texture_cache/texture_cache.cpp` (+4 -5) 📝 `src/video_core/texture_cache/texture_cache.h` (+4 -5) </details> ### 📄 Description This PR adds cover art support to our fancy music player --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:06 +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#1326
No description provided.