|
pcsx2 linux user
Hey, If youre still having problems getting megapad to compile with the linux version of pcsx2 I might be able to help. Yesterday I modified the zeroPad code (SVN latest) to handle basic joystick functions. I've tried it with a few games without major problems.
It might be a safer starting point. Its a REALLY basic plugin with:
Hardcoded keys - the file Load and save functions are still there just not used.
no GUI - you will need to make a new window layout / handlers
no SDL - One less dep and in my experience SDL_Event doesn't always behave when threaded.
So.. are you interested? I could even add in the megapad functions if needed.
|