mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-09 22:10:50 +02:00
Update to bsnes v064r06 release.
Updated to build using Xcode Snow Leopard+Qt/Cocoa 4.6.2+Macports gcc44.
This commit is contained in:
@@ -30,7 +30,7 @@ endif
|
||||
|
||||
ifeq ($(compiler),)
|
||||
ifeq ($(platform),osx)
|
||||
compiler := gcc-4.2
|
||||
compiler := gcc-mp-4.4
|
||||
else
|
||||
compiler := gcc
|
||||
endif
|
||||
|
@@ -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
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user