X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fgp2x%2Fdface.h;h=efbdab1dc16ca090266ae511fb7b902b07d32ac3;hb=e328100eecae3adfce1c3b57364bee5d166217ef;hp=486b4d45253271e3eeb142b021fdb177b53e3c04;hpb=f12b1f316ca070bda860108b4e3901628d1a8398;p=fceu.git diff --git a/drivers/gp2x/dface.h b/drivers/gp2x/dface.h index 486b4d4..efbdab1 100644 --- a/drivers/gp2x/dface.h +++ b/drivers/gp2x/dface.h @@ -12,10 +12,6 @@ void KillSound(void); void SilenceSound(int s); /* DOS and SDL */ -int InitJoysticks(void); -void KillJoysticks(void); -uint32 *GetJSOr(void); - int InitVideo(void); void KillVideo(void); void BlitScreen(uint8 *buf);