[PR #441] [MERGED] misc changes, part ?/? #1565

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/441
Author: @dima-xd
Created: 8/15/2024
Status: Merged
Merged: 8/16/2024
Merged by: @raphaelthegreat

Base: mainHead: events


📝 Commits (6)

  • 318857c gui: add option to boot a game by choosing elf file
  • e9ccd08 core: some small implementations
  • cec89a3 fs: implement open func
  • 27b7bc7 add some validations
  • e07c736 spirv: add image format
  • 4863228 video_core: add eR16Uint to formats

📊 Changes

11 files changed (+75 additions, -0 deletions)

View changed files

📝 src/core/libraries/kernel/event_queues.cpp (+3 -0)
📝 src/core/libraries/kernel/event_queues.h (+1 -0)
📝 src/core/libraries/kernel/file_system.cpp (+10 -0)
📝 src/core/libraries/kernel/libkernel.cpp (+1 -0)
📝 src/core/libraries/videoout/video_out.cpp (+25 -0)
📝 src/core/libraries/videoout/video_out.h (+2 -0)
📝 src/qt_gui/main_window.cpp (+22 -0)
📝 src/qt_gui/main_window.h (+1 -0)
📝 src/qt_gui/main_window_ui.h (+5 -0)
📝 src/shader_recompiler/backend/spirv/spirv_emit_context.cpp (+4 -0)
📝 src/video_core/renderer_vulkan/liverpool_to_vk.cpp (+1 -0)

📄 Description

Saw some games were using these calls


🔄 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/441 **Author:** [@dima-xd](https://github.com/dima-xd) **Created:** 8/15/2024 **Status:** ✅ Merged **Merged:** 8/16/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `events` --- ### 📝 Commits (6) - [`318857c`](https://github.com/shadps4-emu/shadPS4/commit/318857c19f0cbf75993ccd96314deab542f17f8f) gui: add option to boot a game by choosing elf file - [`e9ccd08`](https://github.com/shadps4-emu/shadPS4/commit/e9ccd0806fb9cb2448075ebfab7ac339817c1346) core: some small implementations - [`cec89a3`](https://github.com/shadps4-emu/shadPS4/commit/cec89a3c48998b243d8027e43f847f4999e42190) fs: implement open func - [`27b7bc7`](https://github.com/shadps4-emu/shadPS4/commit/27b7bc72e178b25711c839db33f8e5cc2fbccb64) add some validations - [`e07c736`](https://github.com/shadps4-emu/shadPS4/commit/e07c736182c62698af3134a1381be4d7958fb069) spirv: add image format - [`4863228`](https://github.com/shadps4-emu/shadPS4/commit/48632284de7c89e82c68be54d9b65c2ae4f2b754) video_core: add eR16Uint to formats ### 📊 Changes **11 files changed** (+75 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/event_queues.cpp` (+3 -0) 📝 `src/core/libraries/kernel/event_queues.h` (+1 -0) 📝 `src/core/libraries/kernel/file_system.cpp` (+10 -0) 📝 `src/core/libraries/kernel/libkernel.cpp` (+1 -0) 📝 `src/core/libraries/videoout/video_out.cpp` (+25 -0) 📝 `src/core/libraries/videoout/video_out.h` (+2 -0) 📝 `src/qt_gui/main_window.cpp` (+22 -0) 📝 `src/qt_gui/main_window.h` (+1 -0) 📝 `src/qt_gui/main_window_ui.h` (+5 -0) 📝 `src/shader_recompiler/backend/spirv/spirv_emit_context.cpp` (+4 -0) 📝 `src/video_core/renderer_vulkan/liverpool_to_vk.cpp` (+1 -0) </details> ### 📄 Description Saw some games were using these calls --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:05 +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#1565
No description provided.