Some work on a port for the gp2x. Runs up to the splashscreen, but as there is no mouse i have to make the program usable with a joystick.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@462 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-01-05 21:12:46 +00:00
parent c130a327d1
commit 132eabcde5
20 changed files with 297 additions and 274 deletions

View File

@@ -33,7 +33,7 @@
#ifdef __macosx__
#include <SDL_ttf/SDL_ttf.h>
#else
#include <SDL/SDL_ttf.h>
#include <SDL_ttf.h>
#endif
#ifdef __linux__
@@ -46,7 +46,8 @@
#endif
#endif
#endif
#include <SDL/SDL_image.h>
#include <SDL_image.h>
// SFont
#include "SFont.h"
@@ -319,6 +320,7 @@ void Initialisation_Texte(void)
#endif
#elif defined(__linux__)
#ifndef NOTTF
#define USE_XLIB
#ifdef USE_XLIB
@@ -333,6 +335,7 @@ void Initialisation_Texte(void)
XFreeFontPath(font_path_list);
}
#endif
#endif
#elif defined(__amigaos4__)
#ifndef NOTTF
for_each_file( "FONTS:_TrueType", Ajout_fonte );