Update main_window.cpp

This commit is contained in:
Eladash 2022-04-20 00:44:03 +03:00 committed by Megamouse
parent bca7b02ae9
commit f1a37da94c

View file

@ -1312,6 +1312,9 @@ void main_window::DecryptSPRXLibraries()
}
}
// Try to use the key that has been for the current running ELF
klics.insert(klics.end(), Emu.klic.begin(), Emu.klic.end());
for (const QString& _module : modules)
{
const std::string old_path = sstr(_module);