diff Xcode/SDL/pkg-support/resources/ReadMe.txt @ 3272:e8f63b28947d

Removed outdated Dreamcast support
author Sam Lantinga <slouken@libsdl.org>
date Sat, 19 Sep 2009 07:21:22 +0000
parents d63e9f5944ae
children
line wrap: on
line diff
--- a/Xcode/SDL/pkg-support/resources/ReadMe.txt	Sat Sep 19 07:09:41 2009 +0000
+++ b/Xcode/SDL/pkg-support/resources/ReadMe.txt	Sat Sep 19 07:21:22 2009 +0000
@@ -84,8 +84,8 @@
 	there are new public headers. But also as a result of these changes, there are 
 	also new headers that qualify as "PrivateHeaders". Private Headers are headers 
 	that must be exported because a public header includes them, but users shouldn't 
-	directly invoke these. SDL_config_macosx.h and SDL_config_dreamcast.h are 
-	examples of this. We have considered marking these headers as Private, but it 
+	directly invoke these. SDL_config_macosx.h is an example of this.
+	We have considered marking these headers as Private, but it 
 	requires that the public headers invoke them via framework conventions, i.e.
 	#include <FrameworkName/Header.h>
 	e.g.