Currently the way the config files are treated reads them directly. This gives less flexibility and forces to use different configuration formats when dealing with different emulators. This is inefficient when porting between different emulators.
Need to create a universal config file. Will use code from https://github.com/gaberilde/VirtualMac
Thanks to gaberilde for this ;)
Currently the way the config files are treated reads them directly. This gives less flexibility and forces to use different configuration formats when dealing with different emulators. This is inefficient when porting between different emulators.
Need to create a universal config file. Will use code from https://github.com/gaberilde/VirtualMac
Thanks to gaberilde for this ;)