psp: fix copy/paste error from SDL2 in PSP_VideoQuit().

main
Ozkan Sezer 2023-11-23 04:11:24 +03:00
parent 6cde96f9a0
commit 53544cabaa
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ int PSP_VideoInit(SDL_VideoDevice *_this)
return 0;
}
void PSP_VideoQuit(_THIS)
void PSP_VideoQuit(SDL_VideoDevice *_this)
{
PSP_EventQuit(_this);
}