From e38513a17ee248e84dd28fd40a71daa0ba22efc1 Mon Sep 17 00:00:00 2001 From: Ender's Games Date: Thu, 2 Aug 2018 19:46:03 -0400 Subject: [PATCH] Android: TODO: gain access to stop conservatively --- shell/android-studio/reicast/src/main/jni/src/Android.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/android-studio/reicast/src/main/jni/src/Android.cpp b/shell/android-studio/reicast/src/main/jni/src/Android.cpp index b62e3df84..827ce3fdb 100644 --- a/shell/android-studio/reicast/src/main/jni/src/Android.cpp +++ b/shell/android-studio/reicast/src/main/jni/src/Android.cpp @@ -159,7 +159,7 @@ void egl_stealcntx(); void SetApplicationPath(wchar *path); int dc_init(int argc,wchar* argv[]); void dc_run(); -void dc_stop(); +//void dc_stop(); void dc_term(); void mcfg_Create(MapleDeviceType type,u32 bus,u32 port); @@ -372,7 +372,7 @@ JNIEXPORT void JNICALL Java_com_reicast_emulator_emu_JNIdc_setupVmu(JNIEnv *env, JNIEXPORT void JNICALL Java_com_reicast_emulator_emu_JNIdc_stop(JNIEnv *env,jobject obj) { - dc_stop(); +// dc_stop(); } JNIEXPORT void JNICALL Java_com_reicast_emulator_emu_JNIdc_terminate(JNIEnv *env,jobject obj)