diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp index 12f47e2dee..82886558bb 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -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);