(3DS) Buildfix

This commit is contained in:
twinaphex 2017-04-28 22:14:34 +02:00
parent 5c024f1cd8
commit 87106b03c1

View File

@ -142,7 +142,7 @@ static void ctr_update_viewport(ctr_video_t* ctr)
else if (ctr->keep_aspect)
{
#if defined(HAVE_MENU)
if (settings->video.aspect_ratio_idx == ASPECT_RATIO_CUSTOM)
if (settings->uints.video_aspect_ratio_idx == ASPECT_RATIO_CUSTOM)
{
struct video_viewport *custom = video_viewport_get_custom();