mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	deconstructed_rom_directory.cpp: Fix Typo
This commit is contained in:
		
							parent
							
								
									2863e1edb9
								
							
						
					
					
						commit
						1aafb0f3a3
					
				@ -76,7 +76,7 @@ FileType AppLoader_DeconstructedRomDirectory::IdentifyType(FileUtil::IOFile& fil
 | 
				
			|||||||
        } else if (Common::ToLower(virtual_name) == "sdk") {
 | 
					        } else if (Common::ToLower(virtual_name) == "sdk") {
 | 
				
			||||||
            is_sdk_found = true;
 | 
					            is_sdk_found = true;
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
            // Contrinue searching
 | 
					            // Continue searching
 | 
				
			||||||
            return true;
 | 
					            return true;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user