..:: PCSX2 Forums ::..

Full Version: Starting a new plugin (URL based ISO)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'd like to store my ISO's on a raspberry pi and play where ever I'm connected to the internet. I'd have everything done over HTTPS (so there's no potential for outsiders pirating my game), and I'd personally write the server to block multiple connections to the same game. The idea is that the rom would never exist on the client computer except in RAM, Similar to how Console Classix provides Nintendo Roms legally.

How would I start working on that?

EDIT: How would I start making a plugin to read an iso from a URL? I already know how to make the server and do user authentication and what not.