DebuggerDriver.c matching in version 0

This commit is contained in:
Rainchus 2025-03-16 14:22:42 -05:00
parent 5c40f5a849
commit 91d6eb5428
2 changed files with 350 additions and 4 deletions

View file

@ -252,12 +252,10 @@ cflags_trk = [
cflags_odemuexi = [
*cflags_base,
"-inline auto,deferred"
# TODO figure out flags
]
if version_num > 0:
cflags_odemuexi.append("-inline auto,deferred")
cflags_amcstub = [
*cflags_base,
"-inline auto,deferred",
@ -805,7 +803,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"),
],
},
{