[PR #37] [MERGED] Video event queue #1230

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/37
Author: @georgemoralis
Created: 9/11/2023
Status: Merged
Merged: 9/11/2023
Merged by: @georgemoralis

Base: mainHead: video_event_queue


📝 Commits (3)

  • f1b1eac finished sceKernelWaitEqueue implementation
  • 0c39b80 sceVideoOutSubmitFlip implementation
  • ab932e7 event queue events now process nicely

📊 Changes

11 files changed (+211 additions, -14 deletions)

View changed files

📝 src/Core/PS4/HLE/ErrorCodes.h (+3 -1)
📝 src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.cpp (+63 -2)
📝 src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.h (+12 -1)
📝 src/Core/PS4/HLE/Graphics/video_out.cpp (+48 -7)
📝 src/Core/PS4/HLE/Graphics/video_out.h (+1 -0)
📝 src/Core/PS4/HLE/Kernel/Objects/event_queue.cpp (+68 -0)
📝 src/Core/PS4/HLE/Kernel/Objects/event_queue.h (+5 -1)
📝 src/Core/PS4/HLE/Kernel/event_queues.cpp (+1 -1)
📝 src/Core/PS4/HLE/LibKernel.cpp (+7 -0)
📝 src/Core/PS4/HLE/LibKernel.h (+1 -1)
📝 src/emulator.cpp (+2 -0)

📄 Description

video events seems to proceed nicely now


🔄 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/37 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 9/11/2023 **Status:** ✅ Merged **Merged:** 9/11/2023 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `video_event_queue` --- ### 📝 Commits (3) - [`f1b1eac`](https://github.com/shadps4-emu/shadPS4/commit/f1b1eacb67f4e76581196af23d57a640a104c417) finished sceKernelWaitEqueue implementation - [`0c39b80`](https://github.com/shadps4-emu/shadPS4/commit/0c39b808bf13de75a442b55a321c554c7bade001) sceVideoOutSubmitFlip implementation - [`ab932e7`](https://github.com/shadps4-emu/shadPS4/commit/ab932e7503a28d8ce1a86cf10d6dd523670c6765) event queue events now process nicely ### 📊 Changes **11 files changed** (+211 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `src/Core/PS4/HLE/ErrorCodes.h` (+3 -1) 📝 `src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.cpp` (+63 -2) 📝 `src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.h` (+12 -1) 📝 `src/Core/PS4/HLE/Graphics/video_out.cpp` (+48 -7) 📝 `src/Core/PS4/HLE/Graphics/video_out.h` (+1 -0) 📝 `src/Core/PS4/HLE/Kernel/Objects/event_queue.cpp` (+68 -0) 📝 `src/Core/PS4/HLE/Kernel/Objects/event_queue.h` (+5 -1) 📝 `src/Core/PS4/HLE/Kernel/event_queues.cpp` (+1 -1) 📝 `src/Core/PS4/HLE/LibKernel.cpp` (+7 -0) 📝 `src/Core/PS4/HLE/LibKernel.h` (+1 -1) 📝 `src/emulator.cpp` (+2 -0) </details> ### 📄 Description video events seems to proceed nicely now --- <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:43 +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#1230
No description provided.