mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 18:28:35 +12:00
Little fix
This commit is contained in:
parent
74914c5916
commit
f69337be65
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue