41
clrmame Discussion / Re: clrmame first-run questions
« on: 22 October 2024, 09:16 »
Forget about what I said regarding settings.xml...it will work out of the box since I can detect if I run under Wine or native Windows. So it's either using the wrapper script or not.
Currently I only have2 1 issue:
- running the script returns too early (so mame is still exporting the xml data but the script already signals a run completion) (technical background: in Windows you'd have the same problem, but there I can use PipeObjects to grab the data......but no worries...I'm playing around....)
- the script file needs to get a one time chmod +x....actually it should be possible to already add that in the zipfile somehow...will see
Currently I only have
- the script file needs to get a one time chmod +x....actually it should be possible to already add that in the zipfile somehow...will see