mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00: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))
|
||||
{
|
||||
res.FromBE((T1)ToBE() << ((sizeof(T1)-sizeof(T)) * 8));
|
||||
res.FromLE(ToLE());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue