cheat_manager: minor fix for T to be_t transition

This commit is contained in:
Nekotekina 2020-02-17 22:00:32 +03:00
parent 6e7fbc5c5c
commit 950940febe

View file

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