Refactor to match other preference conventions

This commit is contained in:
Cameron Gutman
2016-01-07 00:20:46 -06:00
parent 7b4f3c975a
commit b6bd48584f
3 changed files with 8 additions and 10 deletions

View File

@@ -287,7 +287,7 @@ public class Game extends Activity implements SurfaceHolder.Callback,
evdevHandler.start();
}
if (prefConfig.virtualController_enable) {
if (prefConfig.onscreenController) {
// create virtual onscreen controller
virtualController = new VirtualController(conn,
(FrameLayout)findViewById(R.id.surfaceView).getParent(),