mirror of
https://github.com/decompme/decomp.me.git
synced 2026-02-22 06:19:32 -06:00
Add Metroid Prime (USA) preset (#440)
This commit is contained in:
@@ -671,6 +671,11 @@ _all_presets = [
|
||||
MWCC_242_81,
|
||||
"-O0,p -str pool -fp hard -Cpp_exceptions off",
|
||||
),
|
||||
Preset(
|
||||
"Metroid Prime (USA)",
|
||||
MWCC_247_108,
|
||||
"-lang=c++ -nodefaults -Cpp_exceptions off -RTTI off -fp hard -fp_contract on -str reuse,pool,readonly -rostr -O4,p -maxerrors 1 -use_lmw_stmw on -enum int -inline auto",
|
||||
),
|
||||
# NDS
|
||||
Preset(
|
||||
"Pokémon Diamond / Pearl",
|
||||
|
||||
Reference in New Issue
Block a user