Force compilation to be the US version due to rom asset extractor
This commit is contained in:
parent
591261fd41
commit
b3e49f408b
2
Makefile
2
Makefile
|
@ -174,7 +174,7 @@ endif
|
|||
# eu - builds the 1997 PAL version
|
||||
# sh - builds the 1997 Japanese Shindou version, with rumble pak support
|
||||
VERSION ?= us
|
||||
$(eval $(call validate-option,VERSION,jp us eu sh))
|
||||
$(eval $(call validate-option,VERSION,us))
|
||||
|
||||
# Graphics microcode used
|
||||
GRUCODE ?= f3dex2e
|
||||
|
|
Loading…
Reference in New Issue