Differences From Artifact [2baa5a5492]:
- File src/hid/OHNintendoSwitchGameController.m — part of check-in [01f1d066bc] at 2024-06-09 23:39:13 on branch trunk — Various cleanups (user: js, size: 5037) [annotate] [blame] [check-ins using]
To Artifact [a788c8cea8]:
- File src/hid/OHNintendoSwitchGameController.m — part of check-in [ddaa4f35d0] at 2024-06-17 00:37:04 on branch trunk — ObjFWHID: Make profiles implementation independent (user: js, size: 5034) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
156 157 158 159 160 161 162 | } - (OFString *)name { return @"Nintendo Switch"; } | | | 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 | } - (OFString *)name { return @"Nintendo Switch"; } - (id <OHGameControllerProfile>)profile { return _extendedGamepad; } - (id <OHGamepad>)gamepad { return _extendedGamepad; |
︙ | ︙ |