skyline/app/src/main
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
..
assets Improve Shared Fonts + Fix AM PopLaunchParameter & Choreographer Bug 2021-10-16 12:13:30 +01:00
cpp Fix bitmask check for event IDs > 32 in Ctrl::SyncpointFreeEventBatch 2021-11-10 21:34:30 +05:30
java/emu/skyline Fix EmulationActivity.vibrateDevice assert due to null Vibrator 2021-11-01 00:28:11 +05:30
res Revamp LicenseDialog + Update Licenses + Stop Bintray Usage 2021-10-26 10:46:36 +05:30
AndroidManifest.xml Resume EmulationActivity when launcher icon is used 2021-10-26 10:46:36 +05:30