summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.cpp
diff options
context:
space:
mode:
authorCrazyMax <mtabachenko@gmail.com>2020-07-27 09:36:26 +0200
committerCrazyMax <mtabachenko@gmail.com>2020-07-27 09:36:26 +0200
commit1ffff4dab28af31a3f2861d7f0483b35d99e89ae (patch)
tree2a0d7c3bc818b6542e8ff02aee634a956c54aa0b /src/core/hle/service/am/am.cpp
parentMerge pull request #4431 from kelnos/fix-exit-crash (diff)
downloadyuzu-1ffff4dab28af31a3f2861d7f0483b35d99e89ae.tar
yuzu-1ffff4dab28af31a3f2861d7f0483b35d99e89ae.tar.gz
yuzu-1ffff4dab28af31a3f2861d7f0483b35d99e89ae.tar.bz2
yuzu-1ffff4dab28af31a3f2861d7f0483b35d99e89ae.tar.lz
yuzu-1ffff4dab28af31a3f2861d7f0483b35d99e89ae.tar.xz
yuzu-1ffff4dab28af31a3f2861d7f0483b35d99e89ae.tar.zst
yuzu-1ffff4dab28af31a3f2861d7f0483b35d99e89ae.zip
Diffstat (limited to 'src/core/hle/service/am/am.cpp')
-rw-r--r--src/core/hle/service/am/am.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp
index 4e7a0bec9..ceed20609 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/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();