Fix the typo now that it is actually being referenced
This commit is contained in:
parent
e9142787b8
commit
acaaf41ad5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue