mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
(PSP) Build fix
This commit is contained in:
parent
9c7f444717
commit
e54174f3a2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user