aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/acc.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-07 22:39:12 -0400
committerGitHub <noreply@github.com>2018-08-07 22:39:12 -0400
commit2bc296801a4f954b0757d03f92e02e743a90c04e (patch)
tree137dc59f5dce3d0be1b1e0d7797a0094df304280 /src/core/hle/service/acc/acc.h
parent80cfd88e4ec5d2862227dedef5b9f709a8350319 (diff)
acc: Stub GetUserCount. (#973)
- Used by Pokken Tournament DX.
Diffstat (limited to 'src/core/hle/service/acc/acc.h')
-rw-r--r--src/core/hle/service/acc/acc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/acc/acc.h b/src/core/hle/service/acc/acc.h
index 0a01d954c..88cabaa01 100644
--- a/src/core/hle/service/acc/acc.h
+++ b/src/core/hle/service/acc/acc.h
@@ -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);