mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 12:16:20 +00:00
Enable hires textures even when texture dumping is enabled.
Remove some deprecated code.
This commit is contained in:
parent
8d30ac462a
commit
8bed27a3d1
5 changed files with 13 additions and 15 deletions
|
@ -334,7 +334,7 @@ void GFXDebuggerPanel::OnClearScreenButton(wxCommandEvent& event)
|
|||
|
||||
void GFXDebuggerPanel::OnClearTextureCacheButton(wxCommandEvent& event)
|
||||
{
|
||||
TextureCache::Invalidate(false);
|
||||
TextureCache::Invalidate();
|
||||
}
|
||||
|
||||
void GFXDebuggerPanel::OnClearVertexShaderCacheButton(wxCommandEvent& event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue