diff options
Diffstat (limited to 'emulators/mame-devel/files/patch-sdlmain.c')
-rw-r--r-- | emulators/mame-devel/files/patch-sdlmain.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/emulators/mame-devel/files/patch-sdlmain.c b/emulators/mame-devel/files/patch-sdlmain.c index bddfcc3e3a7d..4e026a9d909c 100644 --- a/emulators/mame-devel/files/patch-sdlmain.c +++ b/emulators/mame-devel/files/patch-sdlmain.c @@ -1,11 +1,11 @@ ---- src/osd/sdl/sdlmain.c.orig 2009-03-25 05:55:00.000000000 +0100 -+++ src/osd/sdl/sdlmain.c 2009-03-25 05:56:04.000000000 +0100 -@@ -82,7 +82,7 @@ +--- src/osd/sdl/sdlmain.c.orig 2009-11-01 01:22:48.000000000 +0100 ++++ src/osd/sdl/sdlmain.c 2009-11-01 01:23:26.000000000 +0100 +@@ -78,7 +78,7 @@ #ifdef MESS - { "inipath", "$HOME/.mess;.;ini", 0, "path to ini files" }, + #define INI_PATH "$HOME/.mess;.;ini" #else -- { SDLOPTION_INIPATH, "$HOME/.mame;.;ini", 0, "path to ini files" }, -+ { SDLOPTION_INIPATH, "$HOME/.mame-devel;.;ini", 0, "path to ini files" }, +- #define INI_PATH "$HOME/.mame;.;ini" ++ #define INI_PATH "$HOME/.mame-devel;.;ini" #endif // MESS - #endif // INI_PATH #endif // MACOSX + #endif // INI_PATH |