| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move framebuffer_layout from Common to Core | 2017-05-27 | 1 | -55/+0 | |
| | | | | | | | 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. | ||||
| * | Add custom layout settings. | 2017-02-23 | 1 | -0/+8 | |
| | | |||||
| * | Round the rectangle size to prevent float to int casting issues | 2016-11-12 | 1 | -2/+5 | |
| | | | | | And other minor style changes | ||||
| * | Add default hotkey to swap primary screens. | 2016-11-05 | 1 | -1/+2 | |
| | | | | | Also minor style changes | ||||
| * | Support additional screen layouts. | 2016-11-05 | 1 | -0/+43 | |
| Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen. | |||||