summaryrefslogtreecommitdiff
path: root/src/common/framebuffer_layout.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-27Move framebuffer_layout from Common to CoreGravatar Yuri Kunde Schlesner1-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.
2017-02-23Add custom layout settings.Gravatar SonofUgly1-0/+19
2016-11-12Round the rectangle size to prevent float to int casting issuesGravatar James Rowe1-4/+2
And other minor style changes
2016-11-05Add default hotkey to swap primary screens.Gravatar James Rowe1-1/+5
Also minor style changes
2016-11-05Rework frame layouts to use a max rectangle instead of hardcoded calculationsGravatar James Rowe1-250/+88
2016-11-05LargeFrameLayout + SwappedGravatar SonofUgly1-50/+36
Make small screen stay at 1x, and large screen maintain its aspect ratio.
2016-11-05Support additional screen layouts.Gravatar James Rowe1-0/+312
Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen.