(PSP) Build fix

This commit is contained in:
twinaphex 2014-09-12 21:58:25 +02:00
parent 9c7f444717
commit e54174f3a2

View File

@ -771,11 +771,6 @@ static void psp_viewport_info(void *data, struct rarch_viewport *vp)
*vp = psp->vp;
}
static bool psp_read_viewport(void *data, uint8_t *buffer)
{
return true;
}
static const video_poke_interface_t psp_poke_interface = {
psp_set_filtering,
psp_set_aspect_ratio,