mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 03:40:50 +00:00
(GX) Change ifdef HW_RVL to ifdef GEKKO for Gamecube resolution
support
This commit is contained in:
parent
1b85bcfdc3
commit
1e05541477
@ -1852,7 +1852,7 @@ static int video_option_toggle_setting(rgui_handle_t *rgui, unsigned setting, rg
|
||||
break;
|
||||
#endif
|
||||
|
||||
#ifdef HW_RVL
|
||||
#ifdef GEKKO
|
||||
case RGUI_SETTINGS_VIDEO_RESOLUTION:
|
||||
if (action == RGUI_ACTION_LEFT)
|
||||
{
|
||||
@ -1876,7 +1876,8 @@ static int video_option_toggle_setting(rgui_handle_t *rgui, unsigned setting, rg
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
#endif
|
||||
#ifdef HW_RVL
|
||||
case RGUI_SETTINGS_VIDEO_SOFT_FILTER:
|
||||
if (g_extern.lifecycle_mode_state & (1ULL << MODE_VIDEO_SOFT_FILTER_ENABLE))
|
||||
g_extern.lifecycle_mode_state &= ~(1ULL << MODE_VIDEO_SOFT_FILTER_ENABLE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user