add -proc arm946e flag to diamond preset (#571)

This commit is contained in:
Akira Akashi
2022-10-26 14:22:44 +01:00
committed by GitHub
parent cae15ba19d
commit faed317fc0

View File

@@ -988,7 +988,7 @@ _all_presets = [
Preset(
"Pokémon Diamond / Pearl",
MWCC_30_123,
"-O4,p -gccext,on -fp soft -lang c99 -Cpp_exceptions off -interworking -enum int",
"-O4,p -proc arm946e -gccext,on -fp soft -lang c99 -Cpp_exceptions off -interworking -enum int",
),
Preset(
"Pokémon HeartGold / SoulSilver",