wok view visualboyadvance/stuff/1.7.2-homedir.patch @ rev 10316

eet: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 23:53:33 2011 +0000 (2011-05-21)
parents
children
line source
1 --- src/sdl/SDL.cpp.orig 2004-08-15 02:43:28.232750688 -0400
2 +++ src/sdl/SDL.cpp 2004-08-15 02:44:01.557684528 -0400
3 @@ -887,7 +887,7 @@
5 if(home != NULL) {
6 fprintf(stderr, "Searching home directory: %s\n", home);
7 - sprintf(path, "%s%c%s", home, FILE_SEP, name);
8 + sprintf(path, "%s%c.%s%c%s", home, FILE_SEP, EXE_NAME, FILE_SEP, name);
9 f = fopen(path, "r");
10 if(f != NULL)
11 return f;