Merge pull request #7389 from Dhilan007/v3-gc-nibiru

Update Nibiru SDK and remove prompt box of install driver .
This commit is contained in:
minggo 2014-07-11 13:36:19 +08:00
commit 7cf8cf42d3
4 changed files with 4 additions and 4 deletions

View File

@ -73,7 +73,7 @@ OnSimpleStickListener, OnAccListener, OnGyroListener, OnStateListener, GameContr
mControllerService.setEnableLR2(true);
mControllerService.setAutoKeyUpMode(false);
mControllerService.checkNibiruInstall(mContext, true);
mControllerService.checkNibiruInstall(mContext, false);
}
}

View File

@ -37,8 +37,8 @@ public class AppActivity extends GameControllerActivity {
//The standard controller,without doing anything special. e.g: Amazon Fire TV
//Manually specify an adapter.
//this.connectController(DRIVERTYPE_NIBIRU);
//this.connectController(DRIVERTYPE_MOGA);
//this.connectController(DRIVERTYPE_OUYA);
this.connectController(DRIVERTYPE_NIBIRU);
this.connectController(DRIVERTYPE_MOGA);
this.connectController(DRIVERTYPE_OUYA);
}
}