Differences From Artifact [a67f0beecf]:
- File src/hid/OFNintendo3DSGameController.m — part of check-in [4ecdef7491] at 2024-05-15 22:50:43 on branch gamecontroller — OFGameController: Use different subclasses (user: js, size: 4914) [annotate] [blame] [check-ins using]
To Artifact [ab4d725506]:
- File src/hid/OFNintendo3DSGameController.m — part of check-in [764fe0bac3] at 2024-05-18 11:37:49 on branch gamecontroller — OFGameController: More code reuse (user: js, size: 4682) [annotate] [blame] [check-ins using]
︙ | |||
170 171 172 173 174 175 176 | 170 171 172 173 174 175 176 177 | - - - - - - - - - - | return true; } - (bool)hasRightAnalogStick { return false; } |