From 2959b002cd6185269a9d3961c3b675cae539ef36 Mon Sep 17 00:00:00 2001 From: Valentin Vanelslande Date: Thu, 29 Aug 2019 20:36:01 -0500 Subject: [PATCH] applet_manager: remove the "we are going to disable loading LLE applets before further fixes are done" comments LLE Applets are enabled again in #4500, but @wwylele didn't remove these comments. --- src/core/hle/service/apt/applet_manager.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/core/hle/service/apt/applet_manager.cpp b/src/core/hle/service/apt/applet_manager.cpp index a613eb339..8a24595ff 100644 --- a/src/core/hle/service/apt/applet_manager.cpp +++ b/src/core/hle/service/apt/applet_manager.cpp @@ -324,9 +324,6 @@ ResultCode AppletManager::PrepareToStartLibraryApplet(AppletId applet_id) { ErrorSummary::InvalidState, ErrorLevel::Status); } - // There are some problems with LLE applets. The rasterizer cache gets out of sync - // when the applet is closed. To avoid breaking applications because of the issue, - // we are going to disable loading LLE applets before further fixes are done. auto cfg = Service::CFG::GetModule(system); u32 region_value = cfg->GetRegionValue(); auto process = @@ -354,9 +351,6 @@ ResultCode AppletManager::PreloadLibraryApplet(AppletId applet_id) { ErrorSummary::InvalidState, ErrorLevel::Status); } - // There are some problems with LLE applets. The rasterizer cache gets out of sync - // when the applet is closed. To avoid breaking applications because of the issue, - // we are going to disable loading LLE applets before further fixes are done. auto cfg = Service::CFG::GetModule(system); u32 region_value = cfg->GetRegionValue(); auto process =