Disable auto-savestates during turbo

This commit is contained in:
mart0258 2010-05-25 03:31:03 +00:00
parent b33b01febd
commit 43938a1999
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
24-may-2010 - mart0258 - Disable auto-savestates during turbo
24-may-2010 - mart0258 - Prevent .zip files containing no recognized files from causing crash
23-may-2010 - adelikat - Win32 - Replay dialog - fix bug that was causing it to always report savestate movies as soft-reset
23-may-2010 - adelikat - Fix PlayMovieFromBeginning when using a movie that starts from savestate
23-may-2010 - cah4e3 - mapper 19 savestate fix mirroring for "Dream Master (J)" corrected to "four-screen" by CRC check

View File

@ -971,7 +971,7 @@ static int AutosaveCounter = 0;
void UpdateAutosave(void)
{
if(!EnableAutosave)
if(!EnableAutosave || turbo)
return;
char * f;