Browse Source
Merge pull request #4434 from CrazyMax/lang_unused_var
AM: GetDesiredLanguage: remove unused variable
pull/15/merge
bunnei
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/core/hle/service/am/am.cpp
|
|
|
@ -1405,7 +1405,6 @@ void IApplicationFunctions::GetDesiredLanguage(Kernel::HLERequestContext& ctx) { |
|
|
|
// Get supported languages from NACP, if possible
|
|
|
|
// Default to 0 (all languages supported)
|
|
|
|
u32 supported_languages = 0; |
|
|
|
FileSys::PatchManager pm{system.CurrentProcess()->GetTitleID()}; |
|
|
|
|
|
|
|
const auto res = [this] { |
|
|
|
const auto title_id = system.CurrentProcess()->GetTitleID(); |
|
|
|
|