Debug option to emulate Ouya

This commit is contained in:
pelya
2013-09-01 20:02:42 +03:00
parent 14eb0dd1c0
commit 1c058ff98f
7 changed files with 51 additions and 10 deletions

View File

@@ -121,4 +121,5 @@ class Globals
public static boolean BrokenLibCMessageShown = false;
// Gyroscope calibration
public static float gyro_x1, gyro_x2, gyro_xc, gyro_y1, gyro_y2, gyro_yc, gyro_z1, gyro_z2, gyro_zc;
public static boolean OuyaEmulation = false; // For debugging
}