mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Instead of invalidating texcache whenever the graphics configuration dialog gets opened, clean up textures on configuration changes.
This commit is contained in:
parent
30de244050
commit
8d30ac462a
8 changed files with 61 additions and 24 deletions
|
@ -135,8 +135,8 @@ struct VideoConfig
|
|||
bool bEnablePerPixelDepth;
|
||||
|
||||
int iLog; // CONF_ bits
|
||||
int iSaveTargetId;
|
||||
|
||||
int iSaveTargetId; // TODO: Should be dropped
|
||||
|
||||
//currently unused:
|
||||
int iCompileDLsLevel;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue