mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
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
This commit is contained in:
parent
0f2d31e727
commit
9ed83765e6
2 changed files with 68 additions and 76 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue