Fix the typo now that it is actually being referenced

This commit is contained in:
TwistedUmbrella 2014-04-07 16:28:07 -04:00
parent 91800aec5e
commit 62cc877d69
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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