Merge pull request #256 from retro-wertz/patch-1

Set mirroringEnable to false
This commit is contained in:
Zach Bacon 2018-06-14 08:28:27 -04:00 committed by GitHub
commit 5a4c788dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ void GameArea::LoadGame(const wxString& name)
else
saveType = cpuSaveType;
mirroringEnable = true;
mirroringEnable = false;
}
doMirroring(mirroringEnable);