X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=gpsp.git;a=blobdiff_plain;f=main.c;fp=main.c;h=96e6bb67050ef00f7981012bf9aa027cfc77e708;hp=ecd529a27fe756960be865f3847e2a8d41ecdb00;hb=ffc30d25671ca6d4d775445735abd13221b877c9;hpb=931b76c04b4f5c756704710ffa59ea929db82fb8 diff --git a/main.c b/main.c index ecd529a..96e6bb6 100644 --- a/main.c +++ b/main.c @@ -133,7 +133,7 @@ void trigger_ext_event(); static const char *file_ext[] = { ".gba", ".bin", ".zip", NULL }; -#ifdef PSP_BUILD +#ifndef PSP_BUILD static void ChangeWorkingDirectory(char *exe) { #ifndef _WIN32_WCE @@ -170,7 +170,6 @@ static void switch_to_romdir(void) static void save_romdir(void) { char buff[512]; - int r = -1; snprintf(buff, sizeof(buff), "%s" PATH_SEPARATOR "romdir.txt", main_path); file_open(romdir_file, buff, write); @@ -270,7 +269,7 @@ int main(int argc, char *argv[]) debug_screen_printl(" "); debug_screen_printl("When you do get it name it gba_bios.bin and put it"); #ifdef PND_BUILD - debug_screen_printl("in /pandora/appdata/gpsp/ . "); + debug_screen_printl("in /pandora/appdata/gpsp/ . "); #else debug_screen_printl("in the same directory as gpSP. "); #endif @@ -323,7 +322,6 @@ int main(int argc, char *argv[]) if(argc > 1) { - switch_to_romdir(); if(load_gamepak(argv[1]) == -1) { #ifndef PSP_BUILD @@ -341,6 +339,7 @@ int main(int argc, char *argv[]) else { char load_filename[512]; + switch_to_romdir(); if(load_file(file_ext, load_filename) == -1) { menu(copy_screen());