Update to bsnes v064r06 release.

Updated to build using Xcode Snow Leopard+Qt/Cocoa 4.6.2+Macports
gcc44.
This commit is contained in:
byuu
2010-05-03 14:04:30 +00:00
parent 0d19902435
commit 6bbb609f2f
3 changed files with 3 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ endif
ifeq ($(compiler),)
ifeq ($(platform),osx)
compiler := gcc-4.2
compiler := gcc-mp-4.4
else
compiler := gcc
endif

View File

@@ -17,6 +17,7 @@
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#elif defined(PLATFORM_OSX)
#define __INTEL_COMPILER
#include <Carbon/Carbon.h>
#elif defined(PLATFORM_WIN)
#define _WIN32_WINNT 0x0501

View File

@@ -1,4 +1,4 @@
static const char bsnesVersion[] = "064.05";
static const char bsnesVersion[] = "064.06";
static const char bsnesTitle[] = "bsnes";
static const unsigned bsnesSerializerVersion = 10;