Screenshots - fix bug where numbering was not reset when changing ROMs

This commit is contained in:
adelikat 2009-02-07 17:55:10 +00:00
parent bd6706e65f
commit acdab16c24
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
---version 2.0.4 yet to be released--- ---version 2.0.4 yet to be released---
07-feb-2009 - adelikat - win32 - Fix bug in screenshot numbering that caused numbering to not reset when changing ROMs
06-feb-2009 - adelikat - win32 - Hex editor - remembers window size 06-feb-2009 - adelikat - win32 - Hex editor - remembers window size
06-feb-2009 - adelikat - Win32 - sound config dialog - added sliders for individual sound channel volume control 06-feb-2009 - adelikat - Win32 - sound config dialog - added sliders for individual sound channel volume control
06-feb-2009 - zeromus - Force processor affinity, fixes throttling problem on AMD dualcore machines
06-feb-2009 - adelikat - Sound channels now have individual volume control 06-feb-2009 - adelikat - Sound channels now have individual volume control
01-jan-2009 - adelikat - Win32 - Timing - "disable throttling when sound is off" now only affects FCEUX when sound is off 01-jan-2009 - adelikat - Win32 - Timing - "disable throttling when sound is off" now only affects FCEUX when sound is off
26-dec-2008 - adelikat - Metadata - remember window position 26-dec-2008 - adelikat - Metadata - remember window position

View File

@ -413,7 +413,7 @@ static int WritePNGChunk(FILE *fp, uint32 size, char *type, uint8 *data)
int SaveSnapshot(void) int SaveSnapshot(void)
{ {
static unsigned int lastu=0; unsigned int lastu=0;
char *fn=0; char *fn=0;
int totallines=FSettings.LastSLine-FSettings.FirstSLine+1; int totallines=FSettings.LastSLine-FSettings.FirstSLine+1;