mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 00:15:06 +01:00
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:
commit
1e3f943f6f
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user