mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 13:45:21 +03:00
A bug caused by not passing the index argument to `ControllerActivity` led to all preferences opening the activity that pertained to Controller #1. This was fixed by passing the `index` argument in the activity launch intent.