Merge pull request #305 from N00byKing/patch-2

deconstructed_rom_directory.cpp: Fix Typo
This commit is contained in:
James Rowe 2018-04-02 16:21:03 -06:00 committed by GitHub
commit 467858633f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }