Replaced shared ICU libs with static - shared ones do not work because of exceptions

This commit is contained in:
Sergii Pylypenko
2014-03-13 21:17:34 +02:00
parent e28055c3ae
commit 3061223a9c
67 changed files with 27 additions and 10 deletions

View File

@@ -129,5 +129,7 @@ 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
public static boolean RedirectStdout = false; // For debugging
}