From c74fa4d5b077e66768457a74837a0f38ea3e2c41 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 1 Jun 2018 21:18:41 -0700 Subject: [PATCH] Change manual simple OSC mode to have useful buttons. Fixes #218 --- Limelight/Input/OnScreenControls.m | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Limelight/Input/OnScreenControls.m b/Limelight/Input/OnScreenControls.m index b32e4e8..0a3ecf0 100644 --- a/Limelight/Input/OnScreenControls.m +++ b/Limelight/Input/OnScreenControls.m @@ -205,12 +205,12 @@ static float L3_Y; case OnScreenControlsLevelSimple: [self setupSimpleControls]; - [self drawTriggers]; - [self drawStartSelect]; - [self drawL3R3]; - [self hideButtons]; + [self hideTriggers]; + [self hideL3R3]; [self hideBumpers]; [self hideSticks]; + [self drawStartSelect]; + [self drawButtons]; break; case OnScreenControlsLevelFull: [self setupComplexControls];