[go: nahoru, domu]

Skip to content

Commit

Permalink
Force fceux to NTSC when not using PAL
Browse files Browse the repository at this point in the history
It doesn't always default to NTSC, so we need to specify in case the
user's configuration is different.
  • Loading branch information
ejona86 committed Jan 23, 2021
1 parent 0b31d74 commit b24356b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ build/tetris-ram.s: tetris-PRG.info tetris-ram.awk | build
ifeq "$(PAL)" "1"
FCEUXFLAGS = --pal 1
else
FCEUXFLAGS =
FCEUXFLAGS = --pal 0
endif
build/%.test: %.lua
# Second prerequisite is assumed to be a .nes to run
Expand Down

0 comments on commit b24356b

Please sign in to comment.