diff --git a/configure.py b/configure.py index 7529d74d..28660567 100644 --- a/configure.py +++ b/configure.py @@ -27,7 +27,7 @@ from tools.project import ( ) # Game versions -DEFAULT_VERSION = 1 +DEFAULT_VERSION = 0 VERSIONS = [ "GMPE01_00", # USA 1.0 "GMPE01_01", # USA 1.1 @@ -255,7 +255,6 @@ cflags_odemuexi = [ "-inline deferred" ] - cflags_amcstub = [ *cflags_base, "-inline auto,deferred",