@Ratte Hi,
Lines 19, 20 and 21 are:
if [ "$romType" == "iso" ]; then
if [ ! -f "$romPath/$uaeName" ]; then
exit
So, if I change the iso reference to .cue , how will all the iso files I have load, as Ive just overwritten the only reference I can see for iso loading?
If I kept the above 3 lines, but ADDED the following "loop" below, would that work?
if [ "$romType" == "cue" ]; then
if [ ! -f "$romPath/$uaeName" ]; then
exit
Also, do I not need to edit line 5 of es_systems.cfg to include a reference to .cue?
I thought Id need to change it to :
<extension>.iso .Iso .ISO .cue .Cue .CUE</extension>
No? That way, both iso AND cue files can be loaded?
Oh, I had a typo in my other post - all versions of Putty Squad dont seem to work...