gp2x+wiz binary support, wiz code wip

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@705 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-07-17 22:49:29 +00:00
parent fa5e045bdc
commit fa8d133192
17 changed files with 899 additions and 88 deletions

View file

@ -66,6 +66,8 @@ int main(int argc, char *argv[])
{
g_argv = argv;
plat_early_init();
/* in_init() must go before config, config accesses in_ fwk */
in_init();
emu_prepareDefaultConfig();