acc: Stub GetUserCount. (#973)

- Used by Pokken Tournament DX.
This commit is contained in:
bunnei 2018-08-07 22:39:12 -04:00 committed by GitHub
parent 80cfd88e4e
commit 2bc296801a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View file

@ -14,6 +14,7 @@ public:
public:
explicit Interface(std::shared_ptr<Module> module, const char* name);
void GetUserCount(Kernel::HLERequestContext& ctx);
void GetUserExistence(Kernel::HLERequestContext& ctx);
void ListAllUsers(Kernel::HLERequestContext& ctx);
void ListOpenUsers(Kernel::HLERequestContext& ctx);