mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-04 01:25:37 +03:00
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.