Voljega / ExoDOSConverter

a custom game converter from the ExoDOS collection to emulation station based distribution format
163 stars 12 forks source link

Add empty %game%.bat into pc folder instead pcdata for EmuELEC export #92

Closed joao-pedro-barbosa closed 3 years ago

joao-pedro-barbosa commented 3 years ago

It works for me removing line 137 @ gamegenerator.py, and adding: open(os.path.join(emuelecConfOutputDir, util.getCleanGameID(self.metadata, '.bat')),'w').close() into line 142.

Voljega commented 3 years ago

Thank you for the fix :)