From b6fc54ad8b70421f2fe1792024b77c26a88882ff Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Fri, 3 May 2024 12:55:38 -0400 Subject: [PATCH] support lus `dr_libs` removal (#4108) --- libultraship | 2 +- soh/soh/OTRGlobals.cpp | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/libultraship b/libultraship index f55d3910e..7d71a2906 160000 --- a/libultraship +++ b/libultraship @@ -1 +1 @@ -Subproject commit f55d3910e7ba29f6973512c15cde21d2a0b2e292 +Subproject commit 7d71a290657a2d3b09a83e8b33025e807f4fb38e diff --git a/soh/soh/OTRGlobals.cpp b/soh/soh/OTRGlobals.cpp index 86d96afbd..2dd324fe8 100644 --- a/soh/soh/OTRGlobals.cpp +++ b/soh/soh/OTRGlobals.cpp @@ -22,10 +22,6 @@ #include #endif #include -#define DRMP3_IMPLEMENTATION -#include -#define DRWAV_IMPLEMENTATION -#include #include #include "Enhancements/speechsynthesizer/SpeechSynthesizer.h" #include "Enhancements/controls/SohInputEditorWindow.h"