Include sdl/dreamlink.h in settings_controls.cpp because that file depends on USE_DREAMCASTCONTROLLER - unhides the 'use physical VMU memory' checkbox

This commit is contained in:
James Smith 2025-07-08 18:48:31 -06:00
parent 4bbf332148
commit 546229ba86
1 changed files with 1 additions and 0 deletions

View File

@ -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();