mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Add runtime checks to make sure we aren't overoptimizing the pixel shader cache.
This commit is contained in:
@ -56,6 +56,8 @@ class PixelShaderCache
|
||||
{
|
||||
shader.Destroy();
|
||||
}
|
||||
PIXELSHADERUIDSAFE safe_uid;
|
||||
std::string code;
|
||||
};
|
||||
|
||||
typedef std::map<PIXELSHADERUID, PSCacheEntry> PSCache;
|
||||
|
Reference in New Issue
Block a user