mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +00:00
- bump save versions for SW following the massive amount of changes.
This commit is contained in:
parent
979c4846a4
commit
559539bed2
1 changed files with 2 additions and 2 deletions
|
@ -69,13 +69,13 @@ const char *GetVersionString();
|
|||
#define MINSAVEVER_DN3D 8
|
||||
#define MINSAVEVER_BLD 6
|
||||
#define MINSAVEVER_RR 7
|
||||
#define MINSAVEVER_SW 6
|
||||
#define MINSAVEVER_SW 7
|
||||
#define MINSAVEVER_PS 6
|
||||
|
||||
#define SAVEVER_DN3D 8
|
||||
#define SAVEVER_BLD 6
|
||||
#define SAVEVER_RR 7
|
||||
#define SAVEVER_SW 6
|
||||
#define SAVEVER_SW 7
|
||||
#define SAVEVER_PS 6
|
||||
|
||||
#if defined(__APPLE__) || defined(_WIN32)
|
||||
|
|
Loading…
Reference in a new issue