mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 04:16:19 +01:00
![Billy Laws](/assets/img/avatar_default.png)
Doing 1 << 32 would result in an integer overflow rather than the desired behaviour of checking a bit, make 1 64 bit to present that.
Doing 1 << 32 would result in an integer overflow rather than the desired behaviour of checking a bit, make 1 64 bit to present that.