Android: relabel additional instances of stop

This commit is contained in:
Ender's Games 2018-07-25 10:14:14 -04:00
parent 5e377e039a
commit 6e86fcdf6e
2 changed files with 2 additions and 2 deletions

View File

@ -575,7 +575,7 @@ public class GL2JNIActivity extends Activity {
if (serviceRunning(EmuService.class))
stopService(serviceIntent);
mView.onDestroy();
JNIdc.stop();
JNIdc.terminate();
moga.onDestroy();
}

View File

@ -574,7 +574,7 @@ public class GL2JNINative extends NativeActivity {
protected void onDestroy() {
super.onDestroy();
mView.onDestroy();
JNIdc.stop();
JNIdc.terminate();
moga.onDestroy();
}