ok we have to remember to set the numeric emulator version also
This commit is contained in:
parent
032ac9597b
commit
52dc9c1839
|
@ -25,9 +25,9 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <iosfwd>
|
#include <iosfwd>
|
||||||
|
|
||||||
#define FCEU_VERSION_NUMERIC 20000
|
|
||||||
#define FCEU_NAME "FCEUX"
|
#define FCEU_NAME "FCEUX"
|
||||||
#define FCEU_VERSION_STRING "2.0.2-interim"
|
#define FCEU_VERSION_STRING "2.0.2-interim"
|
||||||
|
#define FCEU_VERSION_NUMERIC 20002
|
||||||
#define FCEU_NAME_AND_VERSION FCEU_NAME " " FCEU_VERSION_STRING
|
#define FCEU_NAME_AND_VERSION FCEU_NAME " " FCEU_VERSION_STRING
|
||||||
|
|
||||||
///causes the code fragment argument to be compiled in if the build includes debugging
|
///causes the code fragment argument to be compiled in if the build includes debugging
|
||||||
|
|
Loading…
Reference in New Issue