mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-27 19:19:41 +08:00
psp: fix copy/paste error from SDL2 in PSP_VideoQuit().
This commit is contained in:
@@ -149,7 +149,7 @@ int PSP_VideoInit(SDL_VideoDevice *_this)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PSP_VideoQuit(_THIS)
|
void PSP_VideoQuit(SDL_VideoDevice *_this)
|
||||||
{
|
{
|
||||||
PSP_EventQuit(_this);
|
PSP_EventQuit(_this);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user