mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #140] [MERGED] A bunch of new functional and small improvements #1331
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#1331
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/140
Author: @psucien
Created: 5/17/2024
Status: ✅ Merged
Merged: 5/18/2024
Merged by: @georgemoralis
Base:
main← Head:additional_evq_func📝 Commits (5)
9ad7495kernel: user event and data functions058e728platform: multiple persistent irq handlers8455574gnmdriver: submission lock moved out from gpu133acdcvideo_out: added vblank event45e73d3kernel: event queue improvements📊 Changes
11 files changed (+114 additions, -47 deletions)
View changed files
📝
src/core/libraries/gnmdriver/gnmdriver.cpp(+19 -8)📝
src/core/libraries/kernel/event_queue.cpp(+16 -13)📝
src/core/libraries/kernel/event_queues.cpp(+27 -3)📝
src/core/libraries/kernel/event_queues.h(+2 -0)📝
src/core/libraries/kernel/libkernel.cpp(+2 -0)📝
src/core/libraries/videoout/driver.cpp(+7 -0)📝
src/core/libraries/videoout/driver.h(+1 -0)📝
src/core/libraries/videoout/video_out.cpp(+27 -0)📝
src/core/libraries/videoout/video_out.h(+1 -0)📝
src/core/platform.h(+10 -9)📝
src/video_core/amdgpu/liverpool.h(+2 -14)📄 Description
GnmDriver
sceGnmAreSubmitsAllowedVideoOut
sceVideoOutAddVblankEventKernel
sceKernelAddUserEventandsceKernelGetEventUserDataPlatform
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.