From 546229ba8605a02fc43b3ae55c8bc11b3a3b3089 Mon Sep 17 00:00:00 2001 From: James Smith Date: Tue, 8 Jul 2025 18:48:31 -0600 Subject: [PATCH] Include sdl/dreamlink.h in settings_controls.cpp because that file depends on USE_DREAMCASTCONTROLLER - unhides the 'use physical VMU memory' checkbox --- core/ui/settings_controls.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/ui/settings_controls.cpp b/core/ui/settings_controls.cpp index fd07be824..1c44a3655 100644 --- a/core/ui/settings_controls.cpp +++ b/core/ui/settings_controls.cpp @@ -22,6 +22,7 @@ #include "hw/maple/maple_devs.h" #include "vgamepad.h" #include "oslib/storage.h" +#include "sdl/dreamlink.h" // For USE_DREAMCASTCONTROLLER static float calcComboWidth(const char *biggestLabel) { return ImGui::CalcTextSize(biggestLabel).x + ImGui::GetStyle().FramePadding.x * 2.0f + ImGui::GetFrameHeight();