mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-29 23:03:18 +00:00
Fixed video dimensions alignment and image cache
This commit is contained in:
parent
243fd0be78
commit
41dec15869
4 changed files with 48 additions and 14 deletions
|
@ -329,7 +329,6 @@ void TextureCache::UnregisterImage(ImageId image_id) {
|
|||
}
|
||||
image_ids.erase(vector_it);
|
||||
});
|
||||
slot_images.erase(image_id);
|
||||
}
|
||||
|
||||
void TextureCache::TrackImage(Image& image, ImageId image_id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue