PPUAnalyser: fix std::move nonsense

This commit is contained in:
Megamouse 2023-06-12 03:48:27 +02:00 committed by Ivan
parent 49c6c2c529
commit d662a39a12
3 changed files with 24 additions and 27 deletions

View file

@ -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{};