Merge pull request #4907 from vvanelslande/lle-applets-comments

applet_manager: remove the "we are going to disable loading LLE applets before further fixes are done" comments
This commit is contained in:
Weiyi Wang 2019-08-30 09:24:11 -04:00 committed by GitHub
commit 1e3f943f6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 =