Voljega / amiga4recalbox

Custom amiga emulation for Recalbox, compatible with ADF & WHD
8 stars 2 forks source link

Wrong Path in recalboxFiles.py #13

Open WulfmanGer opened 6 years ago

WulfmanGer commented 6 years ago

https://github.com/Voljega/amiga4recalbox/blob/master/installAmiga/configgen/recalboxFiles.py Line: 31

, 'amiberry' : '/recalbox/share/emulateurs/amiberry'

correct: , 'amiberry' : '/recalbox/share/emulateurs/amiga/amiberry'

Interestingly, nothing happens with the wrong path. Everything's fine. In my opinion, this should be corrected anyway - perhaps this is important in recalbox/configgen later on?

Voljega commented 6 years ago

yes you're right, this is a mistake on my part but that path isn't really used right now, I'll correct it when putting the real path at integration time and using them in the code

Voljega commented 6 years ago

corrected in official version