mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 14:59:37 +00:00
(PSP) Buildfix
This commit is contained in:
parent
bcdbde05f1
commit
a1f12dd570
@ -595,7 +595,7 @@ static bool psp_focus(void *data)
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool psp_suppress_screensaver(void *data)
|
||||
static bool psp_suppress_screensaver(void *data, bool enable)
|
||||
{
|
||||
(void)data;
|
||||
(void)enable;
|
||||
|
Loading…
Reference in New Issue
Block a user