mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Simplify umax
Add operator less and conversion operator.
This commit is contained in:
parent
b1736b6411
commit
5724d2d4c7
4 changed files with 11 additions and 27 deletions
|
@ -530,7 +530,7 @@ static std::basic_string<u32> apply_modification(const patch_engine::patch_info&
|
|||
|
||||
auto ptr = dst + offset;
|
||||
|
||||
u32 resval = -1;
|
||||
u32 resval = umax;
|
||||
|
||||
switch (p.type)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue