1
0
Fork 0
forked from len0rd/rockbox

Fix the archos builds, stranginess had happen in my local tree.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20070 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mustapha Senhaji 2009-02-20 23:59:33 +00:00
parent 37183be69c
commit 1463cb154e

View file

@ -18,20 +18,8 @@
* KIND, either express or implied. * KIND, either express or implied.
* *
****************************************************************************/ ****************************************************************************/
#include "plugin.h" #include "plugin.h"
#if PLUGIN_BUFFER_SIZE < 0x10000 && !defined(SIMULATOR)
#include "lib/overlay.h"
PLUGIN_HEADER
enum plugin_status plugin_start(const void* parameter)
{
return run_overlay(parameter, PLUGIN_GAMES_DIR "/goban.ovl", "Goban");
}
#endif
#include "lib/playback_control.h" #include "lib/playback_control.h"
#include "lib/configfile.h" #include "lib/configfile.h"