From cc56203b76e1fcef2c7e55b460daf07e654a1547 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 5 Nov 2012 00:28:57 +0200 Subject: switch over to libpicofe - libretro should not be affected by this, all others need to do 'git submodule init && git submodule update' from now on. - pandora should get gamma control support --- maemo/hildon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maemo/hildon.c') diff --git a/maemo/hildon.c b/maemo/hildon.c index 4458aa7..43e3e15 100644 --- a/maemo/hildon.c +++ b/maemo/hildon.c @@ -4,12 +4,12 @@ #include #include #include -#include "plugin_lib.h" +#include "plugin_lib.h" #include "main.h" #include "plat.h" #include "../libpcsxcore/psemu_plugin_defs.h" -#include "common/readpng.h" +#include "libpicofe/readpng.h" #include "maemo_common.h" #define X_RES 800 -- cgit v1.2.3