X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fgp2x.h;h=4636e93a412525e9319ba86a924203fd71ba97ac;hb=e31266dd116b6bea59ce3f2036feeb6725c45a72;hp=3d0db137f4f27509e930ece24608618f4379ef09;hpb=725d7f6c16b396ad3c7f98175cc20289c5241f3a;p=libpicofe.git diff --git a/gp2x/gp2x.h b/gp2x/gp2x.h index 3d0db13..4636e93 100644 --- a/gp2x/gp2x.h +++ b/gp2x/gp2x.h @@ -20,12 +20,6 @@ void gp2x_memcpy_all_buffers(void *data, int offset, int len); void gp2x_memset_all_buffers(int offset, int byte, int len); void gp2x_pd_clone_buffer2(void); -/* sound */ -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); -void gp2x_sound_sync(void); - /* input */ unsigned long gp2x_joystick_read(int allow_usb_joy); int gp2x_touchpad_read(int *x, int *y); @@ -35,7 +29,6 @@ void Pause940(int yes); void Reset940(int yes, int bank); -extern void *gp2x_screen; extern int memdev;