This commit is contained in:
kalaposfos13 2026-03-10 15:36:38 +01:00
parent 8396de2aa2
commit d06a3d4777

View File

@ -377,7 +377,7 @@ bool EmulatorSettingsImpl::Load(const std::string& serial) {
nullptr, nullptr,
}; };
int result = 1; int result = 1;
// SDL_ShowMessageBox(&msg_box, &result); SDL_ShowMessageBox(&msg_box, &result);
if (result == 1) { if (result == 1) {
if (TransferSettings()) { if (TransferSettings()) {
Save(); Save();