djhackersdev / bemanitools

Runs recent Konami arcade games and emulates various arcade hardware.
The Unlicense
79 stars 15 forks source link

Fixed gamestart.bat files for Chinese IIDX styles - [merged] #232

Closed icex2 closed 1 year ago

icex2 commented 1 year ago

In GitLab by @JeffPaine on Dec 18, 2022, 12:43

Merges master -> master

Summary

Fixed gamestart.bat files for Chinese IIDX styles to prevent the games from hanging

Description

Chinese IIDX styles will hang if bemanitools can't mount the dev\nvram and dev\raw folders. This simply adds commands to their gamestart.bat files to create those directories if they don't exist, preventing the game from hanging.

(I hope I did this all correctly, I really didn't feel like taking a deep dive into Git to add two lines to two batch files >_>)

Related Issue

https://dev.s-ul.net/djhackers/bemanitools/-/issues/101

How Has This Been Tested?

Deleted the dev folder I created, ensured the game hangs with the old gamestart.bat files, and then ensured it runs with the new gamestart.bat files

Checklist

icex2 commented 1 year ago

lgtm, good job and thanks for taking the time debugging this and opening the MR. Looks identical to what other IIDX versions also need/have in their respective gamestart.bat files.

icex2 commented 1 year ago

approved this merge request