update shader cache version to force regeneration
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6623 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
9d30d1348e
commit
3749c3e57d
|
@ -26,7 +26,7 @@
|
|||
// shader cache for every revision, graphics-related or not, which is simply annoying.
|
||||
enum
|
||||
{
|
||||
LINEAR_DISKCACHE_VER = 6620
|
||||
LINEAR_DISKCACHE_VER = 6622
|
||||
};
|
||||
|
||||
// On disk format:
|
||||
|
|
Loading…
Reference in New Issue