(07-27-2015, 03:58 PM)Chaoscode Wrote: Do you guys have a plugin system like pcsx2? If not, I would recommend adding something like this. That ways things can be worked on without interfering with the core. It makes the complex system less complex when you can center on a part of the system. I would be looking to write a drive/disk reading plugin.
In my personal opinion, plugin system is a very bad idea for emulators over all.
"It makes the complex system less complex when you can center on a part of the system."
Definently no. It most likely makes it a lot more complex. Want to run a certain game? Install these 13 plugins. Reporting bugs/problems with a game? Well, better list all the plugins and make sure the plugins don't interfere with each other!
"I would be looking to write a drive/disk reading plugin."
Just make a nice PR for it and it will definitly be approved. I don't see any reason why it should be made as a plugin.