Skip to content

Commit

Permalink
Fix SMEE and likely other NSMBDS romhacks pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
shutterbug2000 authored Dec 10, 2018
1 parent 7654501 commit 1f11996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardengine/arm9/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DATA := data
#---------------------------------------------------------------------------------
# options for code generation
#---------------------------------------------------------------------------------
ARCH := -mthumb -mthumb-interwork -march=armv5te -mtune=arm946e-s
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s

CFLAGS := -g -Wall -O2\
-march=armv5te -mtune=arm946e-s -fomit-frame-pointer\
Expand Down

0 comments on commit 1f11996

Please sign in to comment.