Skip to content

Commit

Permalink
Wii U: Disable settings that do not work
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry committed Jun 3, 2024
1 parent 4251958 commit af0e6ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/platform/sdl/sdl2_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1234,6 +1234,9 @@ void Sdl2Ui::vGetConfig(Game_ConfigVideo& cfg) const {
cfg.window_zoom.SetOptionVisible(false);
// Toggling this freezes the web player
cfg.vsync.SetOptionVisible(false);
#elif defined(__WIIU__)
// Only makes the screen flicker
cfg.fullscreen.SetOptionVisible(false);
#endif
}

Expand Down

0 comments on commit af0e6ee

Please sign in to comment.