From 82343d8cf1a2b5cf3c11dfedc669625b21559b79 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Wed, 18 Oct 2023 09:24:58 +1000 Subject: [PATCH] Fix missing xml for jb04. Fixes booting Ave. --- dist/jb/gamestart-04.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/jb/gamestart-04.bat b/dist/jb/gamestart-04.bat index 33e786b..245e314 100644 --- a/dist/jb/gamestart-04.bat +++ b/dist/jb/gamestart-04.bat @@ -3,6 +3,7 @@ cd /d %~dp0 if not exist dev\nvram mkdir dev\nvram +if not exist dev\nvram\ea3-config.xml copy prop\ea3-config.xml dev\nvram\ea3-config.xml if not exist dev\nvram\coin.xml copy prop\defaults\coin.xml dev\nvram\coin.xml if not exist dev\nvram\eacoin.xml copy prop\defaults\eacoin.xml dev\nvram\eacoin.xml if not exist dev\raw mkdir dev\raw