Skip to content

Commit

Permalink
Continuing on the fascinating quest to get people to actually read th…
Browse files Browse the repository at this point in the history
…ings
  • Loading branch information
PiKeyAr committed Jan 12, 2025
1 parent d21cf76 commit e1d9cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SADXModLoader/SDL2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void SDL2_Init(std::wstring extLibPath)
if (GetModuleHandle(L"sadx-input-mod") != nullptr)
{
enabledSDL = false;
MessageBox(nullptr, L"The Input Mod should be disabled when Better Input (SDL2) is enabled in the Mod Manager's settings. "
MessageBox(nullptr, L"The Input Mod is outdated and no longer required. It should be disabled when Better Input (SDL2) is enabled in the Mod Manager's settings. "
"Disable the Input Mod and try again.\n\n"
"If you would like to continue using the old Input Mod, disable Better Input in the Mod Manager's Game Config/Input tab (not recommended).",
L"SDL Load Error", MB_OK | MB_ICONERROR);
Expand Down

0 comments on commit e1d9cf9

Please sign in to comment.