diff options
author | Max Horn | 2008-09-29 10:29:01 +0000 |
---|---|---|
committer | Max Horn | 2008-09-29 10:29:01 +0000 |
commit | 1b90127ad9ba1d3a8d69e407df4695ca25180e7b (patch) | |
tree | a01ce08a94fc4eb08121956a86c6fcd274e02a9f /backends | |
parent | c7dd0bc85384d3d710a5397ea87b19f56f3bb045 (diff) | |
download | scummvm-rg350-1b90127ad9ba1d3a8d69e407df4695ca25180e7b.tar.gz scummvm-rg350-1b90127ad9ba1d3a8d69e407df4695ca25180e7b.tar.bz2 scummvm-rg350-1b90127ad9ba1d3a8d69e407df4695ca25180e7b.zip |
Added FIXME to GP2x port
svn-id: r34678
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/gp2x/gp2x.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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. |