mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-29 03:10:28 +00:00
minor fixes to NativeApp.cpp
This commit is contained in:
parent
ab4987bc20
commit
c9b3c7f7f9
@ -459,6 +459,7 @@ void NativeMessageReceived(const char *message, const char *value)
|
||||
pendingValue = value;
|
||||
isMessagePending = true;
|
||||
}
|
||||
screenManager->sendMessage(message, value);
|
||||
}
|
||||
|
||||
void NativeShutdownGraphics()
|
||||
@ -480,7 +481,6 @@ void NativeShutdownGraphics()
|
||||
|
||||
void NativeShutdown()
|
||||
{
|
||||
i18nrepo.SaveIni("D:\\lang.ini");
|
||||
g_gameInfoCache.Shutdown();
|
||||
|
||||
delete host;
|
||||
|
Loading…
Reference in New Issue
Block a user