2
0
mirror of https://github.com/skyline-emu/skyline.git synced 2025-04-04 18:38:59 +03:00
Billy Laws 34bf413661 Fix bitmask check for event IDs > 32 in Ctrl::SyncpointFreeEventBatch
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.
2021-11-10 21:34:30 +05:30
..
2019-10-18 16:22:38 +05:30