mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 19:45:10 +00:00
Force compilation to be the US version due to rom asset extractor
This commit is contained in:
parent
591261fd41
commit
b3e49f408b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -174,7 +174,7 @@ endif
|
||||||
# eu - builds the 1997 PAL version
|
# eu - builds the 1997 PAL version
|
||||||
# sh - builds the 1997 Japanese Shindou version, with rumble pak support
|
# sh - builds the 1997 Japanese Shindou version, with rumble pak support
|
||||||
VERSION ?= us
|
VERSION ?= us
|
||||||
$(eval $(call validate-option,VERSION,jp us eu sh))
|
$(eval $(call validate-option,VERSION,us))
|
||||||
|
|
||||||
# Graphics microcode used
|
# Graphics microcode used
|
||||||
GRUCODE ?= f3dex2e
|
GRUCODE ?= f3dex2e
|
||||||
|
|
Loading…
Reference in a new issue