diff --git a/src/Core/Entities/PlayerEntityStickProfile.m b/src/Core/Entities/PlayerEntityStickProfile.m index 1df24595..92cfd6fe 100644 --- a/src/Core/Entities/PlayerEntityStickProfile.m +++ b/src/Core/Entities/PlayerEntityStickProfile.m @@ -270,7 +270,7 @@ static BOOL stickProfileArrow_pressed; [gui clear]; [gui setTitle: [NSString stringWithFormat: @"Joystick Profile"]]; [self showScreen]; - [gui setSelectedRow: GUI_ROW_STICKPROFILE_BACK]; + [gui setSelectedRow: GUI_ROW_STICKPROFILE_AXIS]; return; }