Fix on-screen controls not showing up on 16:9 devices

This commit is contained in:
Cameron Gutman 2016-01-07 00:15:33 -06:00
parent b165fadc55
commit 7b4f3c975a

View File

@ -292,6 +292,7 @@ public class Game extends Activity implements SurfaceHolder.Callback,
virtualController = new VirtualController(conn,
(FrameLayout)findViewById(R.id.surfaceView).getParent(),
this);
virtualController.refreshLayout();
}
if (prefConfig.usbDriver) {