mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
PPUAnalyser: fix std::move nonsense
This commit is contained in:
parent
49c6c2c529
commit
d662a39a12
3 changed files with 24 additions and 27 deletions
|
|
@ -75,7 +75,6 @@ usz decrypt_binaries_t::decrypt(std::string klic_input)
|
|||
|
||||
fs::file elf_file;
|
||||
|
||||
bool tried = false;
|
||||
bool invalid = false;
|
||||
usz key_it = 0;
|
||||
u32 file_magic{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue