Browse Source
Merge pull request #121 from Rozelette/master
loader: Minor style fix in deconstructed_rom_directory
pull/15/merge
bunnei
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/core/loader/deconstructed_rom_directory.cpp
|
|
|
@ -27,7 +27,6 @@ FileType AppLoader_DeconstructedRomDirectory::IdentifyType(FileUtil::IOFile& fil |
|
|
|
|
|
|
|
const auto callback = [&](unsigned* num_entries_out, const std::string& directory, |
|
|
|
const std::string& virtual_name) -> bool { |
|
|
|
|
|
|
|
// Skip directories
|
|
|
|
std::string physical_name = directory + virtual_name; |
|
|
|
if (FileUtil::IsDirectory(physical_name)) { |
|
|
|
|