diff options
| author | 2018-01-20 22:14:43 -0500 | |
|---|---|---|
| committer | 2018-01-20 22:14:43 -0500 | |
| commit | 9d6339b88761e4df7ae561870cf35b1f3994e050 (patch) | |
| tree | b6f84b4d17d4ea3055760c25e4b86d61e7bc95a2 /src | |
| parent | Merge pull request #117 from jroweboy/clang-format (diff) | |
| parent | loader: Minor style fix in deconstructed_rom_directory (diff) | |
| download | yuzu-9d6339b88761e4df7ae561870cf35b1f3994e050.tar.gz yuzu-9d6339b88761e4df7ae561870cf35b1f3994e050.tar.xz yuzu-9d6339b88761e4df7ae561870cf35b1f3994e050.zip | |
Merge pull request #121 from Rozelette/master
loader: Minor style fix in deconstructed_rom_directory
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/loader/deconstructed_rom_directory.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/loader/deconstructed_rom_directory.cpp b/src/core/loader/deconstructed_rom_directory.cpp index 086ec11c8..4bee5fb86 100644 --- a/src/core/loader/deconstructed_rom_directory.cpp +++ b/src/core/loader/deconstructed_rom_directory.cpp | |||
| @@ -27,7 +27,6 @@ FileType AppLoader_DeconstructedRomDirectory::IdentifyType(FileUtil::IOFile& fil | |||
| 27 | 27 | ||
| 28 | const auto callback = [&](unsigned* num_entries_out, const std::string& directory, | 28 | const auto callback = [&](unsigned* num_entries_out, const std::string& directory, |
| 29 | const std::string& virtual_name) -> bool { | 29 | const std::string& virtual_name) -> bool { |
| 30 | |||
| 31 | // Skip directories | 30 | // Skip directories |
| 32 | std::string physical_name = directory + virtual_name; | 31 | std::string physical_name = directory + virtual_name; |
| 33 | if (FileUtil::IsDirectory(physical_name)) { | 32 | if (FileUtil::IsDirectory(physical_name)) { |