Skip to content

Commit

Permalink
GraphicsHacksViewController: Add missing break in switch's default case
Browse files Browse the repository at this point in the history
  • Loading branch information
OatmealDome committed Jun 23, 2021
1 parent d51b868 commit ba3f5ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ - (void)viewWillAppear:(bool)animated
break;
default:
[self.m_accuracy_slider setEnabled:false];
break;
}

GSUSetInitialForBool(Config::GFX_ENABLE_GPU_TEXTURE_DECODING, false, self.m_gpu_decoding_switch, self.m_gpu_decoding_label);
Expand Down

0 comments on commit ba3f5ca

Please sign in to comment.