MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / ShowUserSelector

Function ShowUserSelector

Goldleaf/source/acc/acc_UserSelection.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 AccountUid g_SelectedUser = {};
31
32 inline Result ShowUserSelector(AccountUid *out_user_id) {
33 const PselUserSelectionSettings selection_cfg = {};
34 return pselShowUserSelector(out_user_id, &selection_cfg);
35 }
36
37 }
38

Callers 1

SelectUserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected