From d238533aba0a7736186213da74aa2dd81a973a40 Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Thu, 23 Feb 2023 01:49:54 -0500 Subject: [PATCH] bump lus (#2521) --- libultraship | 2 +- soh/soh/GameMenuBar.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libultraship b/libultraship index aa068f919..b7d11ccfb 160000 --- a/libultraship +++ b/libultraship @@ -1 +1 @@ -Subproject commit aa068f9196f79f466ee0fce5e52aac90e31709c9 +Subproject commit b7d11ccfbd0af608ee029d33684d19cb35ee227e diff --git a/soh/soh/GameMenuBar.cpp b/soh/soh/GameMenuBar.cpp index 74de1af32..c97a940ab 100644 --- a/soh/soh/GameMenuBar.cpp +++ b/soh/soh/GameMenuBar.cpp @@ -272,11 +272,11 @@ namespace GameMenuBar { ImGui::PopStyleVar(1); } - if (SohImGui::supportsWindowedFullscreen()) { + if (SohImGui::SupportsWindowedFullscreen()) { UIWidgets::PaddedEnhancementCheckbox("Windowed fullscreen", "gSdlWindowedFullscreen", true, false); } - if (SohImGui::supportsViewports()) { + if (SohImGui::SupportsViewports()) { UIWidgets::PaddedEnhancementCheckbox("Allow multi-windows", "gEnableMultiViewports", true, false); UIWidgets::Tooltip("Allows windows to be able to be dragged off of the main game window. Requires a reload to take effect."); }