mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #37] [MERGED] Video event queue #1230
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#1230
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/37
Author: @georgemoralis
Created: 9/11/2023
Status: ✅ Merged
Merged: 9/11/2023
Merged by: @georgemoralis
Base:
main← Head:video_event_queue📝 Commits (3)
f1b1eacfinished sceKernelWaitEqueue implementation0c39b80sceVideoOutSubmitFlip implementationab932e7event 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.