Removed Ouya detection, it does not work anyway

This commit is contained in:
pelya
2013-01-29 16:34:05 +02:00
parent ec136b0bc8
commit 45128c67b4
7 changed files with 8 additions and 21 deletions

View File

@@ -112,5 +112,4 @@ class Globals
public static boolean VideoLinearFilter = true;
public static boolean MultiThreadedVideo = false;
public static boolean BrokenLibCMessageShown = false;
public static boolean IsOuya = false; // Ouya game console has no Back key, so we need to map some game controller key to Back key
}