core: hid: Finish linking motion from virtual controllers

This commit is contained in:
Narr the Reg 2023-04-11 20:39:05 -06:00 committed by bunnei
parent d015b0db93
commit 5c1310dc5d
5 changed files with 57 additions and 9 deletions

View file

@ -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) {