summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/profile_manager.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-08-11 12:45:06 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2018-08-11 12:45:06 +0200
commitb8e70faa2df59086f04ad1d128c742ea23037dc3 (patch)
treea256c7129911279529c12644004549cd01ada140 /src/core/hle/service/acc/profile_manager.h
parentRemoved all for loops from the profile manager (diff)
downloadyuzu-b8e70faa2df59086f04ad1d128c742ea23037dc3.tar
yuzu-b8e70faa2df59086f04ad1d128c742ea23037dc3.tar.gz
yuzu-b8e70faa2df59086f04ad1d128c742ea23037dc3.tar.bz2
yuzu-b8e70faa2df59086f04ad1d128c742ea23037dc3.tar.lz
yuzu-b8e70faa2df59086f04ad1d128c742ea23037dc3.tar.xz
yuzu-b8e70faa2df59086f04ad1d128c742ea23037dc3.tar.zst
yuzu-b8e70faa2df59086f04ad1d128c742ea23037dc3.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/acc/profile_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/acc/profile_manager.h b/src/core/hle/service/acc/profile_manager.h
index 121206954..8ec1273e4 100644
--- a/src/core/hle/service/acc/profile_manager.h
+++ b/src/core/hle/service/acc/profile_manager.h
@@ -92,6 +92,7 @@ public:
bool GetProfileBaseAndData(ProfileInfo user, ProfileBase& profile,
std::array<u8, MAX_DATA>& data);
size_t GetUserCount() const;
+ size_t GetOpenUserCount() const;
bool UserExists(UUID uuid) const;
void OpenUser(UUID uuid);
void CloseUser(UUID uuid);