mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[PR #135] [MERGED] Show title splash while the game is loading #1326
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1326
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:video_core/splash📝 Commits (5)
c9b5b5eshow title splash while the game is loading3d5be23stb image moved to externals8c4f72freview comments77cf875Update linux.yml38061aefix 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.