Fix DDR X2 and X3 not booting

This commit is contained in:
QCDLZCLW3K
2022-05-30 02:00:49 +00:00
committed by 33c17f40
parent 34b3b405f7
commit 9cfc6ee887
2 changed files with 36 additions and 4 deletions
+33 -3
View File
@@ -586,7 +586,39 @@ $(zipdir)/ddr-11.zip: \
$(V)echo ... $@ $(V)echo ... $@
$(V)zip -j $@ $^ $(V)zip -j $@ $^
$(zipdir)/ddr-12-to-16.zip: \ $(zipdir)/ddr-12.zip: \
build/bin/avs2_1002-32/launcher.exe \
build/bin/avs2_1002-32/ddrhook.dll \
build/bin/avs2_1002-32/unicorntail.dll \
build/bin/indep-32/config.exe \
build/bin/indep-32/ddrio.dll \
build/bin/indep-32/ddrio-mm.dll \
build/bin/indep-32/ddrio-smx.dll \
build/bin/indep-32/eamio.dll \
build/bin/indep-32/geninput.dll \
dist/ddr/config.bat \
dist/ddr/gamestart-12.bat \
| $(zipdir)/
$(V)echo ... $@
$(V)zip -j $@ $^
$(zipdir)/ddr-13.zip: \
build/bin/avs2_1304-32/launcher.exe \
build/bin/avs2_1304-32/ddrhook.dll \
build/bin/avs2_1304-32/unicorntail.dll \
build/bin/indep-32/config.exe \
build/bin/indep-32/ddrio.dll \
build/bin/indep-32/ddrio-mm.dll \
build/bin/indep-32/ddrio-smx.dll \
build/bin/indep-32/eamio.dll \
build/bin/indep-32/geninput.dll \
dist/ddr/config.bat \
dist/ddr/gamestart-13.bat \
| $(zipdir)/
$(V)echo ... $@
$(V)zip -j $@ $^
$(zipdir)/ddr-14-to-16.zip: \
build/bin/avs2_1508-32/launcher.exe \ build/bin/avs2_1508-32/launcher.exe \
build/bin/avs2_1508-32/ddrhook.dll \ build/bin/avs2_1508-32/ddrhook.dll \
build/bin/avs2_1508-32/unicorntail.dll \ build/bin/avs2_1508-32/unicorntail.dll \
@@ -597,8 +629,6 @@ $(zipdir)/ddr-12-to-16.zip: \
build/bin/indep-32/eamio.dll \ build/bin/indep-32/eamio.dll \
build/bin/indep-32/geninput.dll \ build/bin/indep-32/geninput.dll \
dist/ddr/config.bat \ dist/ddr/config.bat \
dist/ddr/gamestart-12.bat \
dist/ddr/gamestart-13.bat \
dist/ddr/gamestart-14.bat \ dist/ddr/gamestart-14.bat \
dist/ddr/gamestart-15.bat \ dist/ddr/gamestart-15.bat \
dist/ddr/gamestart-16.bat \ dist/ddr/gamestart-16.bat \
+3 -1
View File
@@ -32,6 +32,8 @@ EXPORTS
property_node_type property_node_type
property_node_traversal property_node_traversal
property_node_refdata property_node_refdata
property_psmap_export
property_psmap_import
std_getenv std_getenv
std_setenv std_setenv