mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
some ts support, currently for Pico only
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@531 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
091facb8fe
commit
85a4b5a4a2
4 changed files with 81 additions and 5 deletions
|
@ -368,6 +368,11 @@ unsigned long gp2x_joystick_read(int allow_usb_joy)
|
|||
return value;
|
||||
}
|
||||
|
||||
int gp2x_touchpad_read(int *x, int *y)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* 940 */
|
||||
int crashed_940 = 0;
|
||||
void Pause940(int yes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue