ObjFW  Diff

Differences From Artifact [9d14fc6ff2]:

To Artifact [a4f9f01eef]:


106
107
108
109
110
111
112
113
114
115
116
117
}

- (OFString *)name
{
	return @"Nintendo DS";
}

- (OHGameControllerProfile *)rawProfile
{
	return _gamepad;
}
@end







|




106
107
108
109
110
111
112
113
114
115
116
117
}

- (OFString *)name
{
	return @"Nintendo DS";
}

- (id <OHGameControllerProfile>)rawProfile
{
	return _gamepad;
}
@end