An easy way to open games with RetroArch
ArchOpen is a tool for opening ROM's directly from Windows File Explorer by mapping file extensions to their corresponding emulator cores.
Grab the latest release
Generate a config file
archopen.exe --generate-configCustomize config.yml so each extension has a core_name.dll matching an installed RetroArch core.
Within file explorer, right click your rom, "Open With", "Choose an App on your PC", and select archopen.exe
Enjoy!
First written in Node, then C++, and now Rust!
Rust is a language I've wanted to learn for some time, so I figured a good way to get my hands dirty with it would be to rewrite a codebase I was already disillusioned with.
I am pretty happy with this rewrite so far, it's much more maintainable and I can see the project sticking with it for some time.
This version currently does not have a config migrator. I do not plan to add migration for < v0.9 versions to avoid bloat (would require a JSON parser). Config migration will be added if/when the new yaml system needs it.