Support for hover events jitter filter, it doesn't work yet. Also updated translations
This commit is contained in:
@@ -172,6 +172,7 @@ class Settings
|
||||
out.writeFloat(Globals.gyro_zc);
|
||||
|
||||
out.writeBoolean(Globals.OuyaEmulation);
|
||||
out.writeBoolean(Globals.HoverJitterFilter);
|
||||
|
||||
out.close();
|
||||
settingsLoaded = true;
|
||||
@@ -353,6 +354,7 @@ class Settings
|
||||
Globals.gyro_zc = settingsFile.readFloat();
|
||||
|
||||
Globals.OuyaEmulation = settingsFile.readBoolean();
|
||||
Globals.HoverJitterFilter = settingsFile.readBoolean();
|
||||
|
||||
settingsLoaded = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user