mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
some ts support, currently for Pico only
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@531 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
6e507f764b
commit
3f2aaff20c
4 changed files with 81 additions and 5 deletions
|
@ -25,8 +25,9 @@ void gp2x_start_sound(int rate, int bits, int stereo);
|
|||
void gp2x_sound_write(void *buff, int len);
|
||||
void gp2x_sound_volume(int l, int r);
|
||||
|
||||
/* joy */
|
||||
/* input */
|
||||
unsigned long gp2x_joystick_read(int allow_usb_joy);
|
||||
int gp2x_touchpad_read(int *x, int *y);
|
||||
|
||||
/* 940 core */
|
||||
void Pause940(int yes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue