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 6b4ed7cf2f
commit 2c22e4be19
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