Browse Source
deconstructed_rom_directory.cpp: Fix Typo
pull/15/merge
N00byKing
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/core/loader/deconstructed_rom_directory.cpp
|
|
|
@ -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; |
|
|
|
} |
|
|
|
|
|
|
|
|