try to handle exec-gp2xmenu exit
[ginge.git] / loader / host_pnd.c
index 86e9910..83a0888 100644 (file)
@@ -32,7 +32,7 @@ static const struct in_pdata pandora_evdev_pdata = {
 static void host_actions(int actions[IN_BINDTYPE_COUNT])
 {
   if (actions[IN_BINDTYPE_EMU] & 1)
-    host_forced_exit();
+    host_forced_exit(1);
 }
 
 static void host_init_input(void)