1
0
mirror of synced 2025-01-18 00:56:49 +01:00

fix: Missing reference

This commit is contained in:
WerWolv 2023-12-28 19:25:37 +01:00
parent 03dc26d2d4
commit 9685b39969

View File

@ -13,7 +13,7 @@ namespace hex::plugin::builtin {
}
};
for (const auto [extractFolder, alwaysExtract] : Paths) {
for (const auto &[extractFolder, alwaysExtract] : Paths) {
for (const auto &romfsPath : romfs::list(extractFolder)) {
for (const auto &imhexPath : fs::getDataPaths()) {
const auto path = imhexPath / std::fs::relative(romfsPath, extractFolder);