mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-02 14:50:16 +01:00
cheat_manager: minor fix for T to be_t transition
This commit is contained in:
parent
6e7fbc5c5c
commit
950940febe
|
|
@ -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…
Reference in a new issue