Allow 1080p mode

This commit is contained in:
Michael Theall 2020-04-10 15:26:11 -05:00
parent 139707a6d2
commit 82f602a10b

View File

@ -1176,14 +1176,8 @@ void handleAppletHook (AppletHookType const hook_, void *const param_)
case AppletOperationMode_Docked:
// use docked mode resolution (1080p)
#if 0
s_width = 1920.0f;
s_height = 1080.0f;
#else
/// \todo check if we'd rather use framebuffer scale
s_width = 1280.0f;
s_height = 720.0f;
#endif
break;
}
break;