set: Implement GetQuestFlag

Simply returns a true/false value indicating if the system is a kiosk system. This has been mapped to a config option for the purposes of yuzu.
This commit is contained in:
Zach Hilman 2019-06-28 18:38:47 -04:00
parent 5def076ff4
commit 03191c612a
2 changed files with 10 additions and 1 deletions

View file

@ -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