From 1b90127ad9ba1d3a8d69e407df4695ca25180e7b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 29 Sep 2008 10:29:01 +0000 Subject: Added FIXME to GP2x port svn-id: r34678 --- backends/platform/gp2x/gp2x.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'backends') diff --git a/backends/platform/gp2x/gp2x.cpp b/backends/platform/gp2x/gp2x.cpp index e5f062ed35..1fbda44077 100644 --- a/backends/platform/gp2x/gp2x.cpp +++ b/backends/platform/gp2x/gp2x.cpp @@ -145,6 +145,7 @@ void OSystem_GP2X::initBackend() { if (mkdir(enginedataPath, 0755) != 0) warning("mkdir for '%s' failed!", enginedataPath); + //FIXME: Do not use File::addDefaultDirectory, rather implement OSystem::addSysArchivesToSearchSet() ! Common::File::addDefaultDirectory(enginedataPath); // Note: Review and clean this, it's OTT at the moment. -- cgit v1.2.3