mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00:00
Bump the shader cache version
This commit is contained in:
parent
b5ba2eb030
commit
c662b8ee2f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
// Increment this every time you change shader generation code.
|
// Increment this every time you change shader generation code.
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
LINEAR_DISKCACHE_VER = 6973
|
LINEAR_DISKCACHE_VER = 6974
|
||||||
};
|
};
|
||||||
|
|
||||||
// On disk format:
|
// On disk format:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue