mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #1726] [MERGED] cache: Invalidate pages for file reads. #2263
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#2263
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/1726
Author: @squidbus
Created: 12/10/2024
Status: ✅ Merged
Merged: 12/11/2024
Merged by: @raphaelthegreat
Base:
main← Head:file-read📝 Commits (5)
6eee20ecache: Invalidate pages for file reads.76cd906texture_cache: Simplify invalidate intersection check.0782008vk_rasterizer: Make aware of mapped memory ranges.1178c14buffer_cache: Remove redundant page calculations.6f79221file_system: Simplify memory invalidation and add a few missed cases.📊 Changes
10 files changed (+74 additions, -60 deletions)
View changed files
📝
src/core/libraries/kernel/file_system.cpp(+19 -10)📝
src/core/libraries/kernel/file_system.h(+3 -0)📝
src/core/libraries/kernel/kernel.cpp(+2 -24)📝
src/core/memory.cpp(+6 -0)📝
src/core/memory.h(+2 -0)📝
src/video_core/page_manager.cpp(+8 -13)📝
src/video_core/renderer_vulkan/vk_rasterizer.cpp(+19 -3)📝
src/video_core/renderer_vulkan/vk_rasterizer.h(+3 -1)📝
src/video_core/texture_cache/texture_cache.cpp(+11 -8)📝
src/video_core/texture_cache/texture_cache.h(+1 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.