Differences From Artifact [9d14fc6ff2]:
- File src/hid/OHNintendoDSGameController.m — part of check-in [5c70eba805] at 2024-06-09 14:34:58 on branch trunk — ObjFWHID: Add gamepad for Nintendo DS (user: js, size: 2855) [annotate] [blame] [check-ins using]
To Artifact [a4f9f01eef]:
- File src/hid/OHNintendoDSGameController.m — part of check-in [8be13b6bc6] at 2024-06-09 15:12:03 on branch trunk — ObjFWHID: Make OHGameControllerProfile a protocol (user: js, size: 2858) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
106 107 108 109 110 111 112 | } - (OFString *)name { return @"Nintendo DS"; } | | | 106 107 108 109 110 111 112 113 114 115 116 117 | } - (OFString *)name { return @"Nintendo DS"; } - (id <OHGameControllerProfile>)rawProfile { return _gamepad; } @end |