mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
* Updating Linear DiskCache version in reflection with changes introduced in r6463
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6466 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5647bcd869
commit
b197f8600c
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 = 6420
|
||||
LINEAR_DISKCACHE_VER = 6463
|
||||
};
|
||||
|
||||
// On disk format:
|
||||
|
|
Loading…
Add table
Reference in a new issue