diff --git a/src/core/emulator_settings.cpp b/src/core/emulator_settings.cpp index 69b3b454f..93d33d27d 100644 --- a/src/core/emulator_settings.cpp +++ b/src/core/emulator_settings.cpp @@ -377,7 +377,7 @@ bool EmulatorSettingsImpl::Load(const std::string& serial) { nullptr, }; int result = 1; - // SDL_ShowMessageBox(&msg_box, &result); + SDL_ShowMessageBox(&msg_box, &result); if (result == 1) { if (TransferSettings()) { Save();