diff --git a/shell/android/res/values/strings.xml b/shell/android/res/values/strings.xml
index 90b0ccecd..ab66f48ad 100644
--- a/shell/android/res/values/strings.xml
+++ b/shell/android/res/values/strings.xml
@@ -8,7 +8,7 @@
Default System Path
Storage Path (location of .gid .cdi or .cdh images)
Default Game Storage
- Stretch to Fullscreen
+ Widescreen Mode
Frameskipping Amount
PVR Rendering
Available Dreamcast Games
@@ -25,8 +25,8 @@
- Browser
- - Options
- - Emulator
+ - Paths
+ - Settings
- About
diff --git a/shell/android/src/com/reicast/emulator/MOGAInput.java b/shell/android/src/com/reicast/emulator/MOGAInput.java
index 800763e60..81609a2f2 100644
--- a/shell/android/src/com/reicast/emulator/MOGAInput.java
+++ b/shell/android/src/com/reicast/emulator/MOGAInput.java
@@ -193,7 +193,7 @@ public class MOGAInput
{
JNIdc.hide_osd();
- if (event.getState() == ACTION_CONNECTED) {
+ if (event.getState() == StateEvent.STATE_CONNECTION && event.getAction() == ACTION_CONNECTED) {
Toast.makeText(act.getApplicationContext(), "MOGA Connected!", Toast.LENGTH_SHORT).show();
isActive = true;
}