From 75e050a34bbe4b9469607100032f3e82b50cc05c Mon Sep 17 00:00:00 2001 From: stephena Date: Sat, 18 Nov 2006 13:52:07 +0000 Subject: [PATCH] Removed 'TEXTURES_ARE_LOST' define, since the core framebuffer code no longer uses that scheme (it always re-creates the OpenGL context). git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1150 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/macosx/stella.pbproj/project.pbxproj | 2 +- stella/src/macosx/stella.xcodeproj/project.pbxproj | 4 ---- stella/src/win32/Stella.vcproj | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/stella/src/macosx/stella.pbproj/project.pbxproj b/stella/src/macosx/stella.pbproj/project.pbxproj index a0d7ba653..8675093db 100755 --- a/stella/src/macosx/stella.pbproj/project.pbxproj +++ b/stella/src/macosx/stella.pbproj/project.pbxproj @@ -242,7 +242,7 @@ INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = .; OPTIMIZATION_CFLAGS = "-O3"; - OTHER_CFLAGS = "-DMAC_OSX -DJOYSTICK_SUPPORT -DSOUND_SUPPORT -DDISPLAY_OPENGL -DTEXTURES_ARE_LOST -DDEVELOPER_SUPPORT -DCHEATCODE_SUPPORT -DHAVE_GETTIMEOFDAY -DSNAPSHOT_SUPPORT -DBSPF_MAC_OSX -DHAVE_INTTYPES "; + OTHER_CFLAGS = "-DMAC_OSX -DJOYSTICK_SUPPORT -DSOUND_SUPPORT -DDISPLAY_OPENGL -DDEVELOPER_SUPPORT -DCHEATCODE_SUPPORT -DHAVE_GETTIMEOFDAY -DSNAPSHOT_SUPPORT -DBSPF_MAC_OSX -DHAVE_INTTYPES "; OTHER_LDFLAGS = "-framework SDL -lz"; PRODUCT_NAME = StellaOSX; SECTORDER_FLAGS = ""; diff --git a/stella/src/macosx/stella.xcodeproj/project.pbxproj b/stella/src/macosx/stella.xcodeproj/project.pbxproj index 1a996e409..4cd9e08f6 100644 --- a/stella/src/macosx/stella.xcodeproj/project.pbxproj +++ b/stella/src/macosx/stella.xcodeproj/project.pbxproj @@ -1499,7 +1499,6 @@ "-DJOYSTICK_SUPPORT", "-DSOUND_SUPPORT", "-DDISPLAY_OPENGL", - "-DTEXTURES_ARE_LOST", "-DDEVELOPER_SUPPORT", "-DCHEATCODE_SUPPORT", "-DHAVE_GETTIMEOFDAY", @@ -1795,7 +1794,6 @@ JOYSTICK_SUPPORT, SOUND_SUPPORT, DISPLAY_OPENGL, - TEXTURES_ARE_LOST, CHEATCODE_SUPPORT, DEVELOPER_SUPPORT, HAVE_GETTIMEOFDAY, @@ -1856,7 +1854,6 @@ JOYSTICK_SUPPORT, SOUND_SUPPORT, DISPLAY_OPENGL, - TEXTURES_ARE_LOST, CHEATCODE_SUPPORT, DEVELOPER_SUPPORT, HAVE_GETTIMEOFDAY, @@ -1915,7 +1912,6 @@ JOYSTICK_SUPPORT, SOUND_SUPPORT, DISPLAY_OPENGL, - TEXTURES_ARE_LOST, CHEATCODE_SUPPORT, DEVELOPER_SUPPORT, HAVE_GETTIMEOFDAY, diff --git a/stella/src/win32/Stella.vcproj b/stella/src/win32/Stella.vcproj index f372e9ddf..4ee44d015 100755 --- a/stella/src/win32/Stella.vcproj +++ b/stella/src/win32/Stella.vcproj @@ -21,7 +21,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\yacc;..\debugger;..\gui;..\emucore\m6502\src\bspf\src;..\emucore\m6502\src;..\emucore;..\common;..\win32;..\debugger\gui;..\cheat" - PreprocessorDefinitions="BSPF_WIN32;WIN32;_DEBUG;JOYSTICK_SUPPORT;DEVELOPER_SUPPORT;DISPLAY_OPENGL;TEXTURES_ARE_LOST;SNAPSHOT_SUPPORT;SOUND_SUPPORT;CHEATCODE_SUPPORT" + PreprocessorDefinitions="BSPF_WIN32;WIN32;_DEBUG;JOYSTICK_SUPPORT;DEVELOPER_SUPPORT;DISPLAY_OPENGL;SNAPSHOT_SUPPORT;SOUND_SUPPORT;CHEATCODE_SUPPORT" MinimalRebuild="TRUE" BasicRuntimeChecks="3" RuntimeLibrary="2"