Skip to content

Commit

Permalink
Fix #5069
Browse files Browse the repository at this point in the history
  • Loading branch information
Alayan-stk-2 committed May 4, 2024
1 parent 8fd0a0a commit 0969a17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/states_screens/options/options_screen_video.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ void OptionsScreenVideo::init()
getWidget<SpinnerWidget>("scale_rtts")->setActive(!in_game ||
GE::getDriver()->getDriverType() == video::EDT_VULKAN);
}
getWidget<ButtonWidget>("benchmarkCurrent")->setActive(!in_game);
#endif

#if defined(MOBILE_STK) || defined(__SWITCH__)
Expand Down

0 comments on commit 0969a17

Please sign in to comment.