Change manual simple OSC mode to have useful buttons. Fixes #218

This commit is contained in:
Cameron Gutman
2018-06-01 21:18:41 -07:00
parent 1a71e040c0
commit c74fa4d5b0
+4 -4
View File
@@ -205,12 +205,12 @@ static float L3_Y;
case OnScreenControlsLevelSimple: case OnScreenControlsLevelSimple:
[self setupSimpleControls]; [self setupSimpleControls];
[self drawTriggers]; [self hideTriggers];
[self drawStartSelect]; [self hideL3R3];
[self drawL3R3];
[self hideButtons];
[self hideBumpers]; [self hideBumpers];
[self hideSticks]; [self hideSticks];
[self drawStartSelect];
[self drawButtons];
break; break;
case OnScreenControlsLevelFull: case OnScreenControlsLevelFull:
[self setupComplexControls]; [self setupComplexControls];