scottrice / Ice

Application to automatically add ROMs to Steam
http://scottrice.github.io/Ice/
MIT License
835 stars 96 forks source link

Mupen64plus emulators.txt configuration #323

Open apple-py opened 8 years ago

apple-py commented 8 years ago

According to your website http://scottrice.github.io/Ice/emulators/ a configuration for the Mupen64Plus is still missing. I think it's good for those who did not get the Project64-emulator to work on Windows 10. The following works fine for me:

[Mupen64Plus] location=C:\Emulation\Emulators\Mupen64plus\mupen64plus-ui-console.exe command=%l --fullscreen %r

"--fullscreen" is self-evidently optional but if you want to use BigPicture-Mode I think let your games start in fullscreen is nice to have.

apple-py