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