mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 06:56:06 +00:00
Refactor to match other preference conventions
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user