mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 08:49:47 +00:00
Style nit
This commit is contained in:
parent
fee9719855
commit
f23e446ff8
@ -352,11 +352,11 @@ void MDFNI_CloseGame(void)
|
|||||||
MDFN_FlushGameCheats(0);
|
MDFN_FlushGameCheats(0);
|
||||||
|
|
||||||
MDFNGameInfo->CloseGame();
|
MDFNGameInfo->CloseGame();
|
||||||
|
|
||||||
if(MDFNGameInfo->name)
|
if(MDFNGameInfo->name)
|
||||||
{
|
|
||||||
free(MDFNGameInfo->name);
|
free(MDFNGameInfo->name);
|
||||||
MDFNGameInfo->name = NULL;
|
MDFNGameInfo->name = NULL;
|
||||||
}
|
|
||||||
MDFNMP_Kill();
|
MDFNMP_Kill();
|
||||||
|
|
||||||
MDFNGameInfo = NULL;
|
MDFNGameInfo = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user