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:
parent
37183be69c
commit
1463cb154e
1 changed files with 22 additions and 34 deletions
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue