mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
PixelShaderGen: Shader uid maintainance
This commit is contained in:
parent
be706a3977
commit
4925a28f94
2 changed files with 7 additions and 13 deletions
|
@ -24,7 +24,7 @@
|
|||
// Increment this every time you change shader generation code.
|
||||
enum
|
||||
{
|
||||
LINEAR_DISKCACHE_VER = 6978
|
||||
LINEAR_DISKCACHE_VER = 6979
|
||||
};
|
||||
|
||||
// On disk format:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue