View Single Post
Old June 21st, 2006   #13 (permalink)
Spacy
GBA emulator developer
 
Spacy's Avatar
 
Join Date: Mar 2005
Location: Germany
Posts: 392
Ok, I looked in the source code for that, you are right.

In the function "OnFileLoadSlot" residing in the file "MainWndFile.cpp", there are the following lines:

PHP Code:
  systemDrawScreen();

  
theApp.rewindCount 0;
  
theApp.rewindCounter 0;
  
theApp.rewindSaveNeeded false;

  return 
res;

I guess I'll just comment out the three lines in the middle.
__________________


Last edited by Spacy; June 29th, 2006 at 12:34..
Spacy is offline   Reply With Quote