well, adding shit. laying out the base for the interpreter. really dirty code.

This commit is contained in:
StapleButter
2016-11-24 18:31:49 +01:00
parent 3505ec993b
commit f74fb2dd27
11 changed files with 2143 additions and 17 deletions

View File

@ -9,5 +9,10 @@ int main()
NDS::Init();
for (;;)
{
NDS::RunFrame();
}
return 0;
}