Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-27 | Move framebuffer_layout from Common to Core | Yuri Kunde Schlesner | |
This removes a dependency inversion between core and common. It's also the proper place for the file since it makes screen layout decisions specific to the 3DS. | |||
2017-02-23 | Add custom layout settings. | SonofUgly | |
2016-11-12 | Round the rectangle size to prevent float to int casting issues | James Rowe | |
And other minor style changes | |||
2016-11-05 | Add default hotkey to swap primary screens. | James Rowe | |
Also minor style changes | |||
2016-11-05 | Rework frame layouts to use a max rectangle instead of hardcoded calculations | James Rowe | |
2016-11-05 | LargeFrameLayout + Swapped | SonofUgly | |
Make small screen stay at 1x, and large screen maintain its aspect ratio. | |||
2016-11-05 | Support additional screen layouts. | James Rowe | |
Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen. |