Merge branch 'main' into main

This commit is contained in:
CreateSource 2025-03-16 15:46:03 -04:00 committed by GitHub
commit f04e79ddaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ from tools.project import (
) )
# Game versions # Game versions
DEFAULT_VERSION = 1 DEFAULT_VERSION = 0
VERSIONS = [ VERSIONS = [
"GMPE01_00", # USA 1.0 "GMPE01_00", # USA 1.0
"GMPE01_01", # USA 1.1 "GMPE01_01", # USA 1.1
@ -255,7 +255,6 @@ cflags_odemuexi = [
"-inline deferred" "-inline deferred"
] ]
cflags_amcstub = [ cflags_amcstub = [
*cflags_base, *cflags_base,
"-inline auto,deferred", "-inline auto,deferred",