Fixup compilation and remove duplicate stuff rom types.h
This commit is contained in:
parent
b9f520a85a
commit
fa2afc6386
|
@ -21,13 +21,6 @@
|
|||
#ifndef TYPES_HPP
|
||||
#define TYPES_HPP
|
||||
|
||||
//todo - everyone will want to support this eventually, i suppose
|
||||
#ifdef _MSC_VER
|
||||
#include "svnrev.h"
|
||||
#else
|
||||
#define SVN_REV_STR ""
|
||||
#endif
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#define NOSSE2
|
||||
#endif
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#else
|
||||
#define SVN_REV_STR ""
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define DESMUME_NAME "DeSmuME"
|
||||
|
||||
|
|
Loading…
Reference in New Issue