mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 03:29:11 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue