set: Implement GetAvailableLanguageCodeCount()

This just returns the size of the language code buffer.
This commit is contained in:
Lioncash
2018-07-23 00:06:29 -04:00
parent 37aeecd29f
commit 22f448b632
2 changed files with 29 additions and 21 deletions

View File

@ -36,6 +36,7 @@ public:
private:
void GetAvailableLanguageCodes(Kernel::HLERequestContext& ctx);
void GetAvailableLanguageCodeCount(Kernel::HLERequestContext& ctx);
};
} // namespace Service::Set