Using the Qt framework allows me to code a single frontend that should work across all platforms.



Github Repo: https://github.com/dh4/cen64-qt
Binary Downloads: https://github.com/dh4/cen64-qt/releases
For Linux, you need to have qt4 installed for it to run. Build instructions are in the Github README if you prefer to go that route.
Let me know any issues you have or anything you'd like to see in it. It's fairly basic right now, and I don't want to add a ton of features yet until CEN64 matures more since a lot will probably change.
[s]Save file support: I've added two options here. You can specify a directory, and it will create a .eeprom and .sram file for each ROM that's launched. It creates an md5 hash of the ROM file to use in the filename so it doesn't accidentally overwrite a file if the filenames are the same for whatever reason. The other option is to specify an eeprom or sram file individually. I'm guessing this is something that CEN64 will handle on it's own eventually.[/s] Save file support is not functional since the new core does not yet support it.