Skip to content

Commit

Permalink
Update compilers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WhenGryphonsFly committed Sep 3, 2023
1 parent 7c2f375 commit 2cde265
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/coreapp/compilers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,11 @@ def preset_from_name(name: str) -> Optional[Preset]:
AGBCC,
"-mthumb-interwork -Wimplicit -Wparentheses -Wunused -Werror -O2 -fhex-asm -g",
),
Preset(
"Pokemon Pinball: Ruby and Sapphire",
AGBCC,
"-mthumb-interwork -Wimplicit -Wparentheses -Werror -O2 -g -fhex-asm -fprologue-bugfix",
),
# N3DS
Preset(
"Ocarina of Time 3D",
Expand Down

0 comments on commit 2cde265

Please sign in to comment.