mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-01-13 09:11:57 -08:00
set: Add missing log call in GetAvailableLanguageCodeCount()
Forgot to include this in 22f448b6327044076959e338811ee576f3dcf093
This commit is contained in:
parent
7138b99f21
commit
e85308cd90
@ -45,6 +45,8 @@ void SET::GetAvailableLanguageCodeCount(Kernel::HLERequestContext& ctx) {
|
||||
IPC::ResponseBuilder rb{ctx, 3};
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
rb.Push(static_cast<u32>(available_language_codes.size()));
|
||||
|
||||
LOG_DEBUG(Service_SET, "called");
|
||||
}
|
||||
|
||||
SET::SET() : ServiceFramework("set") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user