mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #150] [MERGED] video_core: various fixes #1341
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#1341
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/150
Author: @psucien
Created: 5/29/2024
Status: ✅ Merged
Merged: 5/29/2024
Merged by: @georgemoralis
Base:
main← Head:stabilization_one📝 Commits (7)
fb237bdlibraries: libc: fix forFSinimplementatione5486ccvideo_core: amdgpu: proper destruction of processing threaddb113bbvideoout, platform: fix for ooo irqs5f37a6bvideo_core: amdgpu: fix for a deadlock in wait on idlea67b8f7video_core: renderer_vulkan: proper inclusion of maintenance4055dec1video_core: texture_cache: properUniqueImageclass movers7fc273cclang fmt📊 Changes
9 files changed (+31 additions, -30 deletions)
View changed files
📝
src/core/libraries/libc/libc_math.cpp(+8 -2)📝
src/core/libraries/libc/libc_math.h(+1 -1)📝
src/core/libraries/videoout/driver.h(+1 -1)📝
src/core/libraries/videoout/video_out.cpp(+1 -0)📝
src/core/platform.h(+1 -1)📝
src/video_core/amdgpu/liverpool.cpp(+12 -18)📝
src/video_core/amdgpu/liverpool.h(+0 -3)📝
src/video_core/renderer_vulkan/vk_instance.cpp(+1 -3)📝
src/video_core/texture_cache/image.h(+6 -1)📄 Description
This PR addresses the next issues:
_Fsinimplementation in HLE libc🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.