Hi! This is my first post here, so I hope I'm in the right place :]
I'm working on a switch homebrew app with libnx, and I'm wondering if while showing the player select screen via `libappletLaunch(AppletId_LibraryAppletPlayerSelect, ...)`, I can already have a player preselected. Right now, the default behavior is it always selects the first player in this list. But on the actual switch, it seems to remember the last used player. Since users of this app can change their accounts through the switcher, it would be nice if it had their user already preselected
I tried to look through the original source code but didn't find a documented or clear way to do this. Is this something that's somehow possible?
Thanks
I'm working on a switch homebrew app with libnx, and I'm wondering if while showing the player select screen via `libappletLaunch(AppletId_LibraryAppletPlayerSelect, ...)`, I can already have a player preselected. Right now, the default behavior is it always selects the first player in this list. But on the actual switch, it seems to remember the last used player. Since users of this app can change their accounts through the switcher, it would be nice if it had their user already preselected
I tried to look through the original source code but didn't find a documented or clear way to do this. Is this something that's somehow possible?
Thanks






