Skip to content

Commit

Permalink
Delete libslirp notice (MinGW builds)
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 committed Jun 11, 2024
1 parent 647e6a9 commit 70b8f13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/sdlmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 70b8f13

Please sign in to comment.