From f1a37da94c2250122c3ba2d70a0dfa73106e3dbc Mon Sep 17 00:00:00 2001 From: Eladash Date: Wed, 20 Apr 2022 00:44:03 +0300 Subject: [PATCH] Update main_window.cpp --- rpcs3/rpcs3qt/main_window.cpp | 3 +++ 1 file changed, 3 insertions(+) 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);