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:
notaz 2008-07-06 22:39:21 +00:00
parent 091facb8fe
commit 85a4b5a4a2
4 changed files with 81 additions and 5 deletions

View file

@ -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)