mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-27 22:14:22 +08:00
deconstructed_rom_directory.cpp: Fix Typo
This commit is contained in:
@@ -76,7 +76,7 @@ FileType AppLoader_DeconstructedRomDirectory::IdentifyType(FileUtil::IOFile& fil
|
||||
} else if (Common::ToLower(virtual_name) == "sdk") {
|
||||
is_sdk_found = true;
|
||||
} else {
|
||||
// Contrinue searching
|
||||
// Continue searching
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user