mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 11:07:59 -05:00
@ -188,7 +188,7 @@ private:
|
||||
|
||||
__forceinline StorageType GetMask() const
|
||||
{
|
||||
return ((~(StorageTypeU)0) >> (8 * sizeof(T)-bits)) << position;
|
||||
return (((StorageTypeU)~0) >> (8 * sizeof(T)-bits)) << position;
|
||||
}
|
||||
|
||||
StorageType storage;
|
||||
|
Reference in New Issue
Block a user