match OdemiExi2

This commit is contained in:
CreateSource 2025-03-16 15:03:29 -04:00
parent 1068dc7d0f
commit 7040490c29
3 changed files with 282 additions and 271 deletions

View file

@ -252,7 +252,7 @@ cflags_trk = [
cflags_odemuexi = [
*cflags_base,
# TODO figure out flags
"-inline auto,deferred",
]
if version_num > 0:
@ -805,7 +805,7 @@ config.libs = [
"cflags": cflags_odemuexi,
"host": False,
"objects": [
Object(MatchingFor("GMPE01_01"), "OdemuExi2/DebuggerDriver.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "OdemuExi2/DebuggerDriver.c"),
],
},
{