toned the ouya fix down slightly

This commit is contained in:
Bryan Barnes 2014-02-24 23:51:58 -05:00
parent f1b384ac2e
commit 8249d2dc28
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ public class GL2JNIActivity extends Activity {
return showMenu();
}
}
if (keyCode == KeyEvent.KEYCODE_BACK || keyCode == OuyaController.BUTTON_MENU) {
if (keyCode == KeyEvent.KEYCODE_BACK) {
if (pad.isXperiaPlay) {
return true;
} else {