mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-22 14:31:11 +01:00
34bf413661
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.