Differences From Artifact [7132510c4f]:
- File src/hid/OHNintendoDSGameController.m — part of check-in [6e64dd58cb] at 2024-06-09 16:36:01 on branch trunk — ObjFWHID: Restore support for Wii (user: js, size: 2837) [annotate] [blame] [check-ins using]
To Artifact [7056d0ab9e]:
- File src/hid/OHNintendoDSGameController.m — part of check-in [ddaa4f35d0] at 2024-06-17 00:37:04 on branch trunk — ObjFWHID: Make profiles implementation independent (user: js, size: 2834) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
105 106 107 108 109 110 111 | } - (OFString *)name { return @"Nintendo DS"; } | | | 105 106 107 108 109 110 111 112 113 114 115 116 | } - (OFString *)name { return @"Nintendo DS"; } - (id <OHGameControllerProfile>)profile { return _gamepad; } @end |