mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
Update main_window.cpp
This commit is contained in:
parent
bca7b02ae9
commit
f1a37da94c
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
for (const QString& _module : modules)
|
||||||
{
|
{
|
||||||
const std::string old_path = sstr(_module);
|
const std::string old_path = sstr(_module);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue