[PR #2645] [MERGED] Renderer fixes (Splash + Aspect Ratio) #2883

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2645
Author: @viniciuslrangel
Created: 3/13/2025
Status: Merged
Merged: 3/13/2025
Merged by: @georgemoralis

Base: mainHead: renderer-fixes


📝 Commits (2)

  • a6845e3 rewrite splash
  • eb3e731 handle games with abnormal aspect ratios

📊 Changes

10 files changed (+66 additions, -222 deletions)

View changed files

📝 CMakeLists.txt (+0 -2)
📝 src/common/elf_info.h (+7 -0)
📝 src/core/devtools/layer.cpp (+2 -2)
src/core/file_format/splash.cpp (+0 -38)
src/core/file_format/splash.h (+0 -42)
📝 src/core/libraries/videoout/driver.cpp (+2 -8)
📝 src/emulator.cpp (+1 -7)
📝 src/imgui/renderer/texture_manager.cpp (+1 -0)
📝 src/video_core/renderer_vulkan/vk_presenter.cpp (+50 -121)
📝 src/video_core/renderer_vulkan/vk_presenter.h (+3 -2)

📄 Description

No description provided


🔄 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/2645 **Author:** [@viniciuslrangel](https://github.com/viniciuslrangel) **Created:** 3/13/2025 **Status:** ✅ Merged **Merged:** 3/13/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `renderer-fixes` --- ### 📝 Commits (2) - [`a6845e3`](https://github.com/shadps4-emu/shadPS4/commit/a6845e33d4c51c1979229c399111324705f19f8b) rewrite splash - [`eb3e731`](https://github.com/shadps4-emu/shadPS4/commit/eb3e731e3a6a669ff4ee719c6350e7f38eacf2cd) handle games with abnormal aspect ratios ### 📊 Changes **10 files changed** (+66 additions, -222 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+0 -2) 📝 `src/common/elf_info.h` (+7 -0) 📝 `src/core/devtools/layer.cpp` (+2 -2) ➖ `src/core/file_format/splash.cpp` (+0 -38) ➖ `src/core/file_format/splash.h` (+0 -42) 📝 `src/core/libraries/videoout/driver.cpp` (+2 -8) 📝 `src/emulator.cpp` (+1 -7) 📝 `src/imgui/renderer/texture_manager.cpp` (+1 -0) 📝 `src/video_core/renderer_vulkan/vk_presenter.cpp` (+50 -121) 📝 `src/video_core/renderer_vulkan/vk_presenter.h` (+3 -2) </details> ### 📄 Description _No description provided_ --- <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:36 +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#2883
No description provided.