Differences From Artifact [eda9182c36]:
- File src/platform/Nintendo3DS/OFGameController.m — part of check-in [c5b37a9dd8] at 2024-05-09 13:10:54 on branch gamecontroller — OFGameController: Add missing import (user: js, size: 3741) [annotate] [blame] [check-ins using]
To Artifact [7d43ae2b1e]:
- File src/platform/Nintendo3DS/OFGameController.m — part of check-in [5504ee2b60] at 2024-05-09 13:30:10 on branch gamecontroller — OFGameController: Fix Nintendo 3DS / DS (user: js, size: 3745) [annotate] [blame] [check-ins using]
︙ | |||
39 40 41 42 43 44 45 | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | - + | initControllers(void) { void *pool = objc_autoreleasePoolPush(); controllers = [[OFArray alloc] initWithObject: [[[OFGameController alloc] of_init] autorelease]]; |
︙ |