summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-06-29 00:38:47 +0200
committerZach Hilman <zachhilman@gmail.com>2019-06-29 00:38:47 +0200
commitf477c5dfdd755744d16b639869cd1d9c78750880 (patch)
tree7d844afacd1dcd8180d2e2aa5cc14f55367cae71 /src/core/hle/service/set/set.h
parentsettings: Add config option for kiosk (quest) mode (diff)
downloadyuzu-f477c5dfdd755744d16b639869cd1d9c78750880.tar
yuzu-f477c5dfdd755744d16b639869cd1d9c78750880.tar.gz
yuzu-f477c5dfdd755744d16b639869cd1d9c78750880.tar.bz2
yuzu-f477c5dfdd755744d16b639869cd1d9c78750880.tar.lz
yuzu-f477c5dfdd755744d16b639869cd1d9c78750880.tar.xz
yuzu-f477c5dfdd755744d16b639869cd1d9c78750880.tar.zst
yuzu-f477c5dfdd755744d16b639869cd1d9c78750880.zip
Diffstat (limited to '')
-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 31f9cb296..b154e08aa 100644
--- a/src/core/hle/service/set/set.h
+++ b/src/core/hle/service/set/set.h
@@ -42,6 +42,7 @@ private:
void GetAvailableLanguageCodes2(Kernel::HLERequestContext& ctx);
void GetAvailableLanguageCodeCount(Kernel::HLERequestContext& ctx);
void GetAvailableLanguageCodeCount2(Kernel::HLERequestContext& ctx);
+ void GetQuestFlag(Kernel::HLERequestContext& ctx);
};
} // namespace Service::Set