QT add Custom Layout Menu Option.

This add Custom Layout selector in Both Menu and Enhancment Setting. This will allow to use or change Custom Layout mode or by using toggle. Still No Overlay Editor, just manual edit box, and this Not saved or carried at per game settings
This commit is contained in:
blakdulz
2023-05-12 17:39:52 +07:00
committed by OpenSauce04
parent 6f1d10264f
commit ac1b0639ba
6 changed files with 778 additions and 546 deletions

View File

@@ -228,6 +228,10 @@ void EmuWindow::UpdateCurrentFramebufferLayout(u32 width, u32 height, bool is_po
Layout::LargeFrameLayout(width, height, Settings::values.swap_screen.GetValue(),
false, 2.25f, Layout::VerticalAlignment::Top);
break;
case Settings::LayoutOption::CustomLayout:
layout =
Layout::CustomFrameLayout(width, height, Settings::values.swap_screen.GetValue());
break;
case Settings::LayoutOption::Default:
default:
layout =