summaryrefslogtreecommitdiffstats
path: root/src/common/framebuffer_layout.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move framebuffer_layout from Common to CoreYuri Kunde Schlesner2017-05-281-157/+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.SonofUgly2017-02-231-0/+19
|
* Round the rectangle size to prevent float to int casting issuesJames Rowe2016-11-121-4/+2
| | | | And other minor style changes
* Add default hotkey to swap primary screens.James Rowe2016-11-051-1/+5
| | | | Also minor style changes
* Rework frame layouts to use a max rectangle instead of hardcoded calculationsJames Rowe2016-11-051-250/+88
|
* LargeFrameLayout + SwappedSonofUgly2016-11-051-50/+36
| | | Make small screen stay at 1x, and large screen maintain its aspect ratio.
* Support additional screen layouts.James Rowe2016-11-051-0/+312
Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen.