mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-05 20:45:09 +01:00
Allow 1080p mode
This commit is contained in:
parent
139707a6d2
commit
82f602a10b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user