Differences From Artifact [6bc450a66c]:
- File src/hid/OHNintendo3DSGameController.m — part of check-in [01f1d066bc] at 2024-06-09 23:39:13 on branch trunk — Various cleanups (user: js, size: 4242) [annotate] [blame] [check-ins using]
To Artifact [2f027499a1]:
- File src/hid/OHNintendo3DSGameController.m — part of check-in [ddaa4f35d0] at 2024-06-17 00:37:04 on branch trunk — ObjFWHID: Make profiles implementation independent (user: js, size: 4239) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
144 145 146 147 148 149 150 | } - (OFString *)name { return @"Nintendo 3DS"; } | | | 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 | } - (OFString *)name { return @"Nintendo 3DS"; } - (id <OHGameControllerProfile>)profile { return _extendedGamepad; } - (id <OHGamepad>)gamepad { return _extendedGamepad; |
︙ | ︙ |