changed default SDL version to 1.2

This commit is contained in:
Zeno Rogue 2021-03-07 14:02:33 +01:00
parent 77e673f6f1
commit 9e8a325cc8
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ string libs;
int batch_size = thread::hardware_concurrency() + 1;
bool mingw64 = false;
int sdlver = 2;
int sdlver = 1;
#if defined(MAC)
string os = "mac";

View File

@ -122,7 +122,7 @@
#endif
#ifndef CAP_SDL2
#define CAP_SDL2 1
#define CAP_SDL2 0
#endif
#ifndef CAP_COMPASS