So with game app detection being on the top of the todo list, I am also going to try to implement detection of running games when using an emulator. So to do so I need to know what emulators I should focus on. So here is another poll!
If anybody has any ideas or links to API's / documentations that would help in getting these emulators currently loaded game, if you could reply below with a comment containing that info it would be appreceated.
I have already loaded PCSX2, but am not finding any obvious way to pull the currently loaded game without going into memory which I would like to avoid as it would add more development time that I would like.
What emulator's do you use? (Check all that apply)
HID is a device class assigned to any device that takes physical user input and transforms it into application regignized input.
An input protocol developed by microsoft in the mid 90's designed to attempt to standardise communication between input devices and games. Direct input has been mostly replaced by XInput for most gaming devices, but Direct input remains fully supported by Microsoft due to the fact that complex devices such as flight sticks and wheels require it due to the more complex and higher number of inputs.
The latest name of the controller mapping development project.
PCSX2 - This seems the most common one, still trying to find out how to get name of loaded game. Opened a ticket here:
github.com/PCSX2/pcsx2/issues/2246
asking for any available info.