diff options
| author | rodolfoosvaldobogado <rodolfoosvaldobogado@gmail.com> | 2012-04-03 09:56:11 -0300 |
|---|---|---|
| committer | rodolfoosvaldobogado <rodolfoosvaldobogado@gmail.com> | 2012-04-03 09:56:11 -0300 |
| commit | 4fafbd0700c4625115ac046edf74cafae0ad4aed (patch) | |
| tree | 5e75d459192a7014ebc8ac3b0c8568d610c39c6a /Source/Core/Common | |
| parent | 6a446efd5f03c4ff9994e6b5ebe353273ddd1634 (diff) | |
Fix for my last commit thanks to Lolaker for pointing the error
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/LinearDiskCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/LinearDiskCache.h b/Source/Core/Common/Src/LinearDiskCache.h index afa9174815..f75e80cd4b 100644 --- a/Source/Core/Common/Src/LinearDiskCache.h +++ b/Source/Core/Common/Src/LinearDiskCache.h @@ -24,7 +24,7 @@ // Increment this every time you change shader generation code. enum { - LINEAR_DISKCACHE_VER = 6976 + LINEAR_DISKCACHE_VER = 6978 }; // On disk format: |
