From 70b8f1367e49b047e6b85ba6d8c2b57a8e115f3e Mon Sep 17 00:00:00 2001 From: maron2000 <68574602+maron2000@users.noreply.github.com> Date: Tue, 11 Jun 2024 21:57:36 +0900 Subject: [PATCH] Delete libslirp notice (MinGW builds) --- src/gui/sdlmain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index 7f40bc5d03..0d6916e7e7 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -8745,7 +8745,6 @@ int main(int argc, char* argv[]) SDL_MAIN_NOEXCEPT { #endif //defined (C_SDL2) #if defined(__MINGW32__) && defined(C_DEBUG) LOG_MSG("EXPERIMENTAL: Debugger enabled for MinGW build, DOSBox-X crashes depending on the terminal software you use. Launching from command prompt (cmd.exe) is recommended."); - LOG_MSG("NOTICE: libslirp support disabled due to a bug in recent libslirp release"); #endif /* -- -- decide whether to show menu in GUI */ if (control->opt_nogui || menu.compatible)