From 62cc877d69dfebdca0f2d3f03f43c93ebe261769 Mon Sep 17 00:00:00 2001 From: TwistedUmbrella Date: Mon, 7 Apr 2014 16:28:07 -0400 Subject: [PATCH] Fix the typo now that it is actually being referenced --- shell/android/src/com/reicast/emulator/GL2JNIActivity.java | 2 +- shell/android/src/com/reicast/emulator/GL2JNINative.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/android/src/com/reicast/emulator/GL2JNIActivity.java b/shell/android/src/com/reicast/emulator/GL2JNIActivity.java index af0dfc6a0..c72f6b424 100644 --- a/shell/android/src/com/reicast/emulator/GL2JNIActivity.java +++ b/shell/android/src/com/reicast/emulator/GL2JNIActivity.java @@ -199,7 +199,7 @@ public class GL2JNIActivity extends Activity { config.loadConfigurationPrefs(); // When viewing a resource, pass its URI to the native code for opening - if (getIntent().getAction().equals("com.reciast.EMULATOR")) + if (getIntent().getAction().equals("com.reicast.EMULATOR")) fileName = Uri.decode(getIntent().getData().toString()); // Create the actual GLES view diff --git a/shell/android/src/com/reicast/emulator/GL2JNINative.java b/shell/android/src/com/reicast/emulator/GL2JNINative.java index b0994726c..1b0a1c22b 100644 --- a/shell/android/src/com/reicast/emulator/GL2JNINative.java +++ b/shell/android/src/com/reicast/emulator/GL2JNINative.java @@ -221,7 +221,7 @@ public class GL2JNINative extends NativeActivity { config.loadConfigurationPrefs(); // When viewing a resource, pass its URI to the native code for opening - if (getIntent().getAction().equals("com.reciast.EMULATOR")) + if (getIntent().getAction().equals("com.reicast.EMULATOR")) fileName = Uri.decode(getIntent().getData().toString()); // Create the actual GLES view