fix build errors

This commit is contained in:
Reg Tiangha 2024-05-21 22:21:26 -06:00 committed by OpenSauce
parent 329c6f3e41
commit ad1d545890

View File

@ -482,14 +482,6 @@ FramebufferLayout FrameLayoutFromResolutionScale(u32 res_scale, bool is_secondar
large_screen_proportion, VerticalAlignment::Top); large_screen_proportion, VerticalAlignment::Top);
} }
case Settings::LayoutOption::CustomLayout:
layout = CustomFrameLayout(std::max(Settings::values.custom_top_right.GetValue(),
Settings::values.custom_bottom_right.GetValue()),
std::max(Settings::values.custom_top_bottom.GetValue(),
Settings::values.custom_bottom_bottom.GetValue()),
Settings::values.swap_screen.GetValue());
break;
case Settings::LayoutOption::Default: case Settings::LayoutOption::Default:
default: default:
width = Core::kScreenTopWidth * res_scale; width = Core::kScreenTopWidth * res_scale;