mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Enable hires textures even when texture dumping is enabled.
Remove some deprecated code.
This commit is contained in:
@ -203,7 +203,7 @@ void VideoBackendHardware::DoState(PointerWrap& p)
|
||||
|
||||
// Clear all caches that touch RAM
|
||||
// (? these don't appear to touch any emulation state that gets saved. moved to on load only.)
|
||||
TextureCache::Invalidate(false);
|
||||
TextureCache::Invalidate();
|
||||
VertexLoaderManager::MarkAllDirty();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user