mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
fix ValidateShaderIDs
This commit is contained in:
parent
bbc292c210
commit
398b37f371
2 changed files with 4 additions and 3 deletions
|
@ -85,7 +85,7 @@ public:
|
|||
struct PCacheEntry
|
||||
{
|
||||
SHADER shader;
|
||||
PIXELSHADERUIDSAFE safe_uid;
|
||||
SHADERUIDSAFE safe_uid;
|
||||
|
||||
static GLenum prog_format;
|
||||
u8 *binary;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue