mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-04 07:38:47 +00:00 
			
		
		
		
	APT: use member system instead of global instance
This commit is contained in:
		
							parent
							
								
									acaca4188e
								
							
						
					
					
						commit
						6ce58248b0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -103,7 +103,7 @@ static u32 DecompressLZ11(const u8* in, u8* out) {
 | 
			
		|||
 | 
			
		||||
bool Module::LoadSharedFont() {
 | 
			
		||||
    u8 font_region_code;
 | 
			
		||||
    auto cfg = Service::CFG::GetModule(Core::System::GetInstance());
 | 
			
		||||
    auto cfg = Service::CFG::GetModule(system);
 | 
			
		||||
    ASSERT_MSG(cfg, "CFG Module missing!");
 | 
			
		||||
    switch (cfg->GetRegionValue()) {
 | 
			
		||||
    case 4: // CHN
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue