mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-22 07:37:52 -05:00
core: hid: Finish linking motion from virtual controllers
This commit is contained in:
@ -117,11 +117,13 @@ open class EmulationActivity : AppCompatActivity() {
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
nfcReader.startScanning()
|
||||
startMotionSensorListener()
|
||||
}
|
||||
|
||||
override fun onPause() {
|
||||
super.onPause()
|
||||
nfcReader.stopScanning()
|
||||
stopMotionSensorListener()
|
||||
}
|
||||
|
||||
override fun onNewIntent(intent: Intent) {
|
||||
|
Reference in New Issue
Block a user