diff options
Diffstat (limited to 'src/core/loader')
| -rw-r--r-- | src/core/loader/deconstructed_rom_directory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/deconstructed_rom_directory.cpp b/src/core/loader/deconstructed_rom_directory.cpp index 394963a69..18bd62a08 100644 --- a/src/core/loader/deconstructed_rom_directory.cpp +++ b/src/core/loader/deconstructed_rom_directory.cpp | |||
| @@ -20,7 +20,7 @@ namespace Loader { | |||
| 20 | 20 | ||
| 21 | static std::string FindRomFS(const std::string& directory) { | 21 | static std::string FindRomFS(const std::string& directory) { |
| 22 | std::string filepath_romfs; | 22 | std::string filepath_romfs; |
| 23 | const auto callback = [&filepath_romfs](unsigned*, const std::string& directory, | 23 | const auto callback = [&filepath_romfs](u64*, const std::string& directory, |
| 24 | const std::string& virtual_name) -> bool { | 24 | const std::string& virtual_name) -> bool { |
| 25 | const std::string physical_name = directory + virtual_name; | 25 | const std::string physical_name = directory + virtual_name; |
| 26 | if (FileUtil::IsDirectory(physical_name)) { | 26 | if (FileUtil::IsDirectory(physical_name)) { |