X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Femu.c;h=46dc3aa052e1c9764d944c50c864d4cb53ec6a24;hb=046c454067c66b783417f4a61ab1445d06412d66;hp=c78b706d2a6ca83ef7f3d3b1e6fe65dd161504ae;hpb=fa8d133192876a802fbac43c0a0bfe4f5f85b682;p=libpicofe.git diff --git a/gp2x/emu.c b/gp2x/emu.c index c78b706..46dc3aa 100644 --- a/gp2x/emu.c +++ b/gp2x/emu.c @@ -1,4 +1,4 @@ -// (c) Copyright 2006-2007 notaz, All rights reserved. +// (c) Copyright 2006-2009 notaz, All rights reserved. // Free for non-commercial use. // For commercial use, separate licencing terms must be obtained. @@ -8,15 +8,11 @@ #include #include #include -#include -#include -#include - #include -#include "emu.h" #include "plat_gp2x.h" #include "soc.h" +#include "../common/plat.h" #include "../common/menu.h" #include "../common/arm_utils.h" #include "../common/fonts.h" @@ -158,7 +154,7 @@ void emu_prepareDefaultConfig(void) defaultConfig.s_PicoOpt |= POPT_EXT_FM; } -void osd_text(int x, int y, const char *text) +static void osd_text(int x, int y, const char *text) { int len = strlen(text)*8; int *p, i, h, offs;