mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-05 00:00:56 +01:00
Little fix
This commit is contained in:
parent
74914c5916
commit
f69337be65
|
|
@ -118,7 +118,7 @@ public:
|
|||
}
|
||||
else if (sizeof(T1) > sizeof(T))
|
||||
{
|
||||
res.FromBE((T1)ToBE() << ((sizeof(T1)-sizeof(T)) * 8));
|
||||
res.FromLE(ToLE());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue