summaryrefslogtreecommitdiff
path: root/src/core/frontend/framebuffer_layout.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-10yuzu: Add 16:10 aspect ratioGravatar Narr the Reg1-0/+1
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2021-11-20Fix screenshot dimensions when at 1x scaleGravatar ameerj1-10/+1
2021-11-16bootmanager: Fix screenshot resolution factor usageGravatar ameerj1-1/+1
2020-08-30Address second batch of reviewsGravatar FearlessTobi1-0/+1
2020-05-15frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Gravatar Morph1-0/+5
2020-03-11framebuffer_layout.h: drop the use of enum for screen dimensions.Gravatar Vitor Kiguchi1-8/+8
2020-02-25renderer_opengl: Add texture mailbox support for presenter thread.Gravatar bunnei1-0/+1
2020-02-14Add 4:3 aspect ratio and address feedbackGravatar Morph1-4/+5
2020-02-14Address feedbackGravatar Morph1-2/+10
2020-02-13Use enumeration instead of magic numbersGravatar Morph1-0/+6
2019-06-03yuzu/bootmanager: Treat the resolution factor as a u32Gravatar Lioncash1-7/+14
2019-02-27common/math_util: Move contents into the Common namespaceGravatar Lioncash1-1/+1
2018-12-18yuzu, video_core: Screenshot functionalityGravatar zhupengfei1-0/+7
2018-01-13yuzu: Update license text to be consistent across project.Gravatar bunnei1-1/+1
2018-01-10frontend: Update for undocked Switch screen layout.Gravatar bunnei1-52/+14
2017-08-25SidebySide Layout (#2859)Gravatar ThaMighty901-0/+11
2017-05-27Move screen size constants from video_core to coreGravatar Yuri Kunde Schlesner1-1/+10
2017-05-27Move framebuffer_layout from Common to CoreGravatar Yuri Kunde Schlesner1-0/+0
2017-02-23Add custom layout settings.Gravatar SonofUgly1-0/+8
2016-11-12Round the rectangle size to prevent float to int casting issuesGravatar James Rowe1-2/+5
2016-11-05Add default hotkey to swap primary screens.Gravatar James Rowe1-1/+2
2016-11-05Support additional screen layouts.Gravatar James Rowe1-0/+43