summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/framebuffer_layout.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-10yuzu: Add 16:10 aspect ratioNarr the Reg1-0/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-20Fix screenshot dimensions when at 1x scaleameerj1-1/+6
2021-11-16bootmanager: Fix screenshot resolution factor usageameerj1-9/+6
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2020-11-16settings: Preparation for per-game input settingsMorph1-1/+1
2020-10-13core/CMakeLists: Make some warnings errorsLioncash1-3/+3
2020-07-10configuration: implement per-game configurations (#4098)lat9nq1-1/+1
2020-04-16CMakeLists: Specify -Wextra on linux buildsLioncash1-1/+1
2020-03-11framebuffer_layout.h: drop the use of enum for screen dimensions.Vitor Kiguchi1-2/+2
2020-02-14Add 4:3 aspect ratio and address feedbackMorph1-6/+8
2020-02-14Address feedbackMorph1-16/+16
2020-02-14Use enumeration instead of magic numbersMorph1-5/+5
2020-02-14Add following aspect ratios: 16:9, 21:9, Stretch to WindowMorph1-2/+15
2019-06-03yuzu/bootmanager: Treat the resolution factor as a u32Lioncash1-6/+7
2019-02-27common/math_util: Move contents into the Common namespaceLioncash1-6/+6
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei1-0/+15
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-12core: Fix recent GCC build breaks.bunnei1-0/+2
2018-01-11frontend: Update for undocked Switch screen layout.bunnei1-161/+9
2017-08-25SidebySide Layout (#2859)ThaMighty901-1/+35
2017-05-28Move screen size constants from video_core to coreYuri Kunde Schlesner1-7/+11
2017-05-28Move framebuffer_layout from Common to CoreYuri Kunde Schlesner1-1/+1
2017-02-23Add custom layout settings.SonofUgly1-0/+19
2016-11-12Round the rectangle size to prevent float to int casting issuesJames Rowe1-4/+2
2016-11-05Add default hotkey to swap primary screens.James Rowe1-1/+5
2016-11-05Rework frame layouts to use a max rectangle instead of hardcoded calculationsJames Rowe1-250/+88
2016-11-05LargeFrameLayout + SwappedSonofUgly1-50/+36
2016-11-05Support additional screen layouts.James Rowe1-0/+312