thingsiplay / tochd

Convert game ISO and archives to CD/DVD CHD for emulation on Linux.
MIT License
90 stars 9 forks source link

Fixes for compatibility with macOS and potentially Windows: #7

Closed unverbraucht closed 8 months ago

unverbraucht commented 8 months ago

Changed the path from /bin/env to /usr/bin/env for macOS (also works on Debian/Ubuntu in my testing)

os.sched_getaffinity is only available on Unix, guard behind check and use num_cpus on other OS

thingsiplay commented 8 months ago

Hey, thanks for the changes and testing for confirmation. Any change to make it more compatible is always appreciated.