Explorar o código

Merge pull request #4434 from CrazyMax/lang_unused_var

AM: GetDesiredLanguage: remove unused variable
bunnei %!s(int64=6) %!d(string=hai) anos
pai
achega
f97c2cdd0b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/core/hle/service/am/am.cpp

+ 0 - 1
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();