Alright, CLI is definitely working this time

This commit is contained in:
cyberwarriorx 2006-10-15 22:59:07 +00:00
parent 2e7211bb99
commit 2ba05970a8
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ int main(int argc, char ** argv) {
#ifdef DEBUG
LogStart();
#endif
NDSInit();
NDS_Init();
if (argc < 2) {
fprintf(stderr, "usage: %s filename\n", argv[0]);
@ -121,7 +121,7 @@ int main(int argc, char ** argv) {
}
SDL_Quit();
NDSDeInit();
NDS_DeInit();
#ifdef DEBUG
LogStop();
#endif