mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Wii port works again
This commit is contained in:
parent
a2515339e9
commit
b4760ef065
1 changed files with 1 additions and 1 deletions
|
@ -920,7 +920,7 @@ static int populate_settings_int(settings_t *settings, struct config_int_setting
|
|||
#ifdef HAVE_NETWORKGAMEPAD
|
||||
SETTING_INT("network_remote_base_port", &settings->network_remote_base_port, true, network_remote_base_port, false);
|
||||
#endif
|
||||
#ifdef HAVE_GEKKO
|
||||
#ifdef GEKKO
|
||||
SETTING_INT("video_viwidth", &settings->video.viwidth, true, video_viwidth, false);
|
||||
#endif
|
||||
#ifdef HAVE_MENU
|
||||
|
|
Loading…
Add table
Reference in a new issue