summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-05-02 04:06:05 +0200
committerGitHub <noreply@github.com>2020-05-02 04:06:05 +0200
commitfd005585f6f02879723d21e4659a5cddc5c24071 (patch)
treefbac519f2983ce463a6611a883cdc01673b05a91 /src/core/hle/service/acc/acc.h
parentMerge pull request #3812 from ogniK5377/lisst-qualified-users (diff)
parentacc: Fix InitializeApplicationInfo (diff)
downloadyuzu-fd005585f6f02879723d21e4659a5cddc5c24071.tar
yuzu-fd005585f6f02879723d21e4659a5cddc5c24071.tar.gz
yuzu-fd005585f6f02879723d21e4659a5cddc5c24071.tar.bz2
yuzu-fd005585f6f02879723d21e4659a5cddc5c24071.tar.lz
yuzu-fd005585f6f02879723d21e4659a5cddc5c24071.tar.xz
yuzu-fd005585f6f02879723d21e4659a5cddc5c24071.tar.zst
yuzu-fd005585f6f02879723d21e4659a5cddc5c24071.zip
Diffstat (limited to 'src/core/hle/service/acc/acc.h')
-rw-r--r--src/core/hle/service/acc/acc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/acc/acc.h b/src/core/hle/service/acc/acc.h
index d4a1f07cc..74ca39d6e 100644
--- a/src/core/hle/service/acc/acc.h
+++ b/src/core/hle/service/acc/acc.h
@@ -36,7 +36,7 @@ public:
void ListQualifiedUsers(Kernel::HLERequestContext& ctx);
private:
- ResultCode InitializeApplicationInfoBase(u64 process_id);
+ ResultCode InitializeApplicationInfoBase();
enum class ApplicationType : u32_le {
GameCard = 0,