(OSX PPC) Add OSX PPC define

This commit is contained in:
twinaphex 2014-05-22 20:30:21 +02:00
parent 9cbdb708c9
commit 6c87c2494c
2 changed files with 3 additions and 1 deletions

View File

@ -314,6 +314,7 @@
"-DHAVE_RGUI",
"-DHAVE_MENU",
"-DOSX",
"-DOSX_PPC",
"-DHAVE_OPENGL",
"-DHAVE_FBO",
"-DHAVE_GLSL",
@ -368,6 +369,7 @@
"-DHAVE_RGUI",
"-DHAVE_MENU",
"-DOSX",
"-DOSX_PPC",
"-DHAVE_OPENGL",
"-DHAVE_FBO",
"-DHAVE_GLSL",

View File

@ -64,7 +64,7 @@
#if defined(HAVE_PSGL)
#define RARCH_GL_FRAMEBUFFER GL_FRAMEBUFFER_OES
#elif defined(__MACHO__)
#elif defined(OSX_PPC)
#define RARCH_GL_FRAMEBUFFER GL_FRAMEBUFFER_EXT
#else
#define RARCH_GL_FRAMEBUFFER GL_FRAMEBUFFER