mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	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.
This commit is contained in:
		
							parent
							
								
									8fa6be5b15
								
							
						
					
					
						commit
						2959b002cd
					
				
					 1 changed files with 0 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue