Changed version name to 2.1.1 in preparation for release. Marked this revision in changelog for easy revert to 2.1.1
This commit is contained in:
parent
815a525714
commit
b42304558c
|
@ -1,3 +1,7 @@
|
|||
|
||||
---r1375 - FCEUX 2.1.1---
|
||||
---July 29, 2009---
|
||||
|
||||
01-july-2009 - adelikat - win32 - texthooker - drag & drop for table files
|
||||
01-july-2009 - adelikat - win32 - drag & drop for cheat (.cht) files
|
||||
25-jun-2009 - qeed - sound/ppu - fixed the noise value, it seems that the noise logic was shifting the values to the left by 1 when reloading, but this doesnt work for PAL since one of the PAL reload value is odd, so fix the logic and used the old tables. Revert a stupid CPU ignore logic in PPU. Sorry about that.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#define __FCEU_TYPES
|
||||
|
||||
#define FCEU_NAME "FCEUX"
|
||||
#define FCEU_VERSION_STRING "2.1.1-interim"
|
||||
#define FCEU_VERSION_STRING "2.1.1"
|
||||
#define FCEU_VERSION_NUMERIC 20100
|
||||
#define FCEU_NAME_AND_VERSION FCEU_NAME " " FCEU_VERSION_STRING
|
||||
|
||||
|
|
Loading…
Reference in New Issue