mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-30 02:29:17 +02:00
Bugfixes
This commit is contained in:
@@ -122,12 +122,12 @@ extern "C" void Java_com_turboviking_libnative_NativeApp_init
|
||||
|
||||
extern "C" void Java_com_turboviking_libnative_NativeApp_shutdown
|
||||
(JNIEnv *, jclass) {
|
||||
ILOG("RollerBallMainShutdown - calling NativeShutdown.");
|
||||
ILOG("NativeShutdown.");
|
||||
if (renderer_inited) {
|
||||
NativeShutdownGraphics();
|
||||
}
|
||||
NativeShutdown();
|
||||
ILOG("RollerBallMainShutdown - calling VFSShutdown.");
|
||||
ILOG("VFSShutdown.");
|
||||
VFSShutdown();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user