mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-02 17:36:30 -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