mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
Fixed video dimensions alignment and image cache
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user