ObjFW  Diff

Differences From Artifact [7132510c4f]:

To Artifact [7056d0ab9e]:


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

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

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







|




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

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

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