mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-22 02:12:24 -07: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