ObjFW  Diff

Differences From Artifact [c3e1b2216e]:

To Artifact [f110678448]:


51
52
53
54
55
56
57
58
59

60
61
62
63
64
65
66
67
68
69
70
51
52
53
54
55
56
57


58




59
60
61
62
63
64
65







-
-
+
-
-
-
-








			if ([buttonNames[i] isEqual: @"Guide"] &&
			    OHXInputVersion == 910)
				continue;

			button = [[OHGameControllerButton alloc]
			    initWithName: buttonNames[i]];
			@try {
				[buttons setObject: button
			[buttons setObject: button forKey: buttonNames[i]];
					    forKey: buttonNames[i]];
			} @finally {
				[button release];
			}
		}
		[buttons makeImmutable];
		_buttons = [buttons retain];

		_axes = [[OFDictionary alloc] init];

		directionalPads =