summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/set/set.h')
-rw-r--r--src/core/hle/service/set/set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/set/set.h b/src/core/hle/service/set/set.h
index ec0df0152..a2472ec4c 100644
--- a/src/core/hle/service/set/set.h
+++ b/src/core/hle/service/set/set.h
@@ -36,6 +36,7 @@ public:
private:
void GetAvailableLanguageCodes(Kernel::HLERequestContext& ctx);
+ void GetAvailableLanguageCodeCount(Kernel::HLERequestContext& ctx);
};
} // namespace Service::Set