diff options
| author | rodolfoosvaldobogado <rodolfoosvaldobogado@gmail.com> | 2012-03-25 00:01:47 -0300 |
|---|---|---|
| committer | rodolfoosvaldobogado <rodolfoosvaldobogado@gmail.com> | 2012-03-25 00:01:47 -0300 |
| commit | 9ed83765e69f81ae1799e8e8ff8cfada2f53e9a2 (patch) | |
| tree | 0ac9706432c4de1e0fc4e52d8cf9de004e56c656 /Source/Core/Common | |
| parent | 0f2d31e7278b938384cceea0b3c4c0820dafb243 (diff) | |
long time no commits :)
a little code cleaning to avoid duplicated execution of AlphaPreTest and a little correction to some comments from the previous commits.
this change must behave exactly like last revision, if something is broken please let me know
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 eae60885b7..4c746e9b75 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 = 6974 + LINEAR_DISKCACHE_VER = 6975 }; // On disk format: |
