[PR #109] [MERGED] undertale and other stuff #1300

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/109
Author: @georgemoralis
Created: 4/7/2024
Status: Merged
Merged: 4/9/2024
Merged by: @georgemoralis

Base: mainHead: undertale-etc


📝 Commits (2)

  • b0cd6e5 added sceVideoOutGetVblankStatus
  • bb8a400 dummy libscesavedatadialog

📊 Changes

11 files changed (+189 additions, -43 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
📝 src/common/logging/filter.cpp (+1 -0)
📝 src/common/logging/types.h (+41 -40)
📝 src/core/PS4/HLE/Graphics/Objects/video_out_ctx.cpp (+12 -0)
📝 src/core/PS4/HLE/Graphics/Objects/video_out_ctx.h (+1 -0)
📝 src/core/PS4/HLE/Graphics/video_out.cpp (+22 -3)
📝 src/core/PS4/HLE/Graphics/video_out.h (+1 -0)
📝 src/core/hle/libraries/libs.cpp (+2 -0)
src/core/libraries/libscesavedatadialog.cpp (+84 -0)
src/core/libraries/libscesavedatadialog.h (+22 -0)
📝 src/emulator.cpp (+1 -0)

📄 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/109 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 4/7/2024 **Status:** ✅ Merged **Merged:** 4/9/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `undertale-etc` --- ### 📝 Commits (2) - [`b0cd6e5`](https://github.com/shadps4-emu/shadPS4/commit/b0cd6e5178d35ccf65b61136bd1147bf96452203) added sceVideoOutGetVblankStatus - [`bb8a400`](https://github.com/shadps4-emu/shadPS4/commit/bb8a400b7becbb41a621cb29d1a817d80d5bd981) dummy libscesavedatadialog ### 📊 Changes **11 files changed** (+189 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) 📝 `src/common/logging/filter.cpp` (+1 -0) 📝 `src/common/logging/types.h` (+41 -40) 📝 `src/core/PS4/HLE/Graphics/Objects/video_out_ctx.cpp` (+12 -0) 📝 `src/core/PS4/HLE/Graphics/Objects/video_out_ctx.h` (+1 -0) 📝 `src/core/PS4/HLE/Graphics/video_out.cpp` (+22 -3) 📝 `src/core/PS4/HLE/Graphics/video_out.h` (+1 -0) 📝 `src/core/hle/libraries/libs.cpp` (+2 -0) ➕ `src/core/libraries/libscesavedatadialog.cpp` (+84 -0) ➕ `src/core/libraries/libscesavedatadialog.h` (+22 -0) 📝 `src/emulator.cpp` (+1 -0) </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 21:11:59 +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#1300
No description provided.