From b3e49f408b819ce59c4d335f6de671f1e64396e3 Mon Sep 17 00:00:00 2001 From: Agent X <44549182+AgentXLP@users.noreply.github.com> Date: Wed, 15 May 2024 18:07:42 -0400 Subject: [PATCH] Force compilation to be the US version due to rom asset extractor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 129cc930..6faf96d4 100644 --- a/Makefile +++ b/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