git subrepo pull troposphere/daybreak/nanovg/

This commit is contained in:
Adubbz
2020-12-18 12:06:47 +11:00
committed by SciresM
parent b8471bcd4e
commit 35a6705d55
3 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ constexpr void CApplication::chooseFramebufferSize(uint32_t& width, uint32_t& he
width = 1280;
height = 720;
break;
case AppletOperationMode_Docked:
case AppletOperationMode_Console:
width = 1920;
height = 1080;
break;