mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +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;
|
std::vector<u32> results;
|
||||||
|
|
||||||
be_t<T> value_swapped = value;
|
to_be_t<T> value_swapped = value;
|
||||||
|
|
||||||
if (Emu.IsStopped())
|
if (Emu.IsStopped())
|
||||||
return {};
|
return {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue