fix ValidateShaderIDs

This commit is contained in:
degasus
2013-02-13 15:16:32 +01:00
parent bbc292c210
commit 398b37f371
2 changed files with 4 additions and 3 deletions

View File

@ -85,7 +85,7 @@ public:
struct PCacheEntry
{
SHADER shader;
PIXELSHADERUIDSAFE safe_uid;
SHADERUIDSAFE safe_uid;
static GLenum prog_format;
u8 *binary;