mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-30 19:57:54 -05:00
acc: ListOpenContextStoredUsers partial stub
Needed by Baldur's Gate 1/2
This commit is contained in:
@ -34,6 +34,7 @@ public:
|
||||
void IsUserAccountSwitchLocked(Kernel::HLERequestContext& ctx);
|
||||
void GetProfileEditor(Kernel::HLERequestContext& ctx);
|
||||
void ListQualifiedUsers(Kernel::HLERequestContext& ctx);
|
||||
void ListOpenContextStoredUsers(Kernel::HLERequestContext& ctx);
|
||||
|
||||
private:
|
||||
ResultCode InitializeApplicationInfoBase();
|
||||
|
Reference in New Issue
Block a user