diff --git a/src/wx/panel.cpp b/src/wx/panel.cpp index e0843061..a8a71055 100644 --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp @@ -269,7 +269,7 @@ void GameArea::LoadGame(const wxString& name) else saveType = cpuSaveType; - mirroringEnable = true; + mirroringEnable = false; } doMirroring(mirroringEnable);