Disable auto-savestates during turbo
This commit is contained in:
parent
b33b01febd
commit
43938a1999
|
@ -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
|
||||
|
|
|
@ -971,7 +971,7 @@ static int AutosaveCounter = 0;
|
|||
|
||||
void UpdateAutosave(void)
|
||||
{
|
||||
if(!EnableAutosave)
|
||||
if(!EnableAutosave || turbo)
|
||||
return;
|
||||
|
||||
char * f;
|
||||
|
|
Loading…
Reference in New Issue