mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Clean up various things.
This commit is contained in:
parent
ddfe219293
commit
81c614fa07
13 changed files with 65 additions and 69 deletions
|
@ -284,7 +284,7 @@ void PixelShaderCache::Init()
|
|||
PixelShaderCacheInserter inserter;
|
||||
g_ps_disk_cache.OpenAndRead(cache_filename, inserter);
|
||||
|
||||
if (g_Config.bEnableShaderDebugging) // TODO: Hacks..
|
||||
if (g_Config.bEnableShaderDebugging)
|
||||
Clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue