mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
cheat_manager: minor fix for T to be_t transition
This commit is contained in:
parent
6e7fbc5c5c
commit
950940febe
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ std::vector<u32> cheat_engine::search(const T value, const std::vector<u32>& to_
|
|||
{
|
||||
std::vector<u32> results;
|
||||
|
||||
be_t<T> value_swapped = value;
|
||||
to_be_t<T> value_swapped = value;
|
||||
|
||||
if (Emu.IsStopped())
|
||||
return {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue