Controlling SkylanderPortal from other programs
Hello,
I have been trying to figure out how to call the LoadSkylander and the RemoveSkylander methods in dolphin from a program that I want to develop for dolphin. The program I want to develop is a VR front end for Toys to life games like Skylanders that allows users to pick up Skylander figures in a virtual room and place them on a virtual portal of power, similar to EmuVR, another VR front end, but specifically for dolphin. In order to do that, I would need to call these functions using inter process communication (IPC), but that's the tricky part. From what I read, Dolphin does not have inter process communication for the Skylander Portal Emulator, so you can't easily place Skylanders on the emulated portal from a front end like the one I'm developing without editing Dolphin's code.
If there is any way to call these simple functions from another program, please let me know. Thanks!