From b3d56bad895365de7514f1cd27a3f968230be595 Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Sun, 5 Apr 2009 06:04:39 +0000 Subject: - Finish repocopy of sdlmame-devel and update to version 0.130u1 PR: ports/128558 Submitted by: Emmanuel Vadot --- emulators/mame-devel/files/patch-sdlmain.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 emulators/mame-devel/files/patch-sdlmain.c (limited to 'emulators/mame-devel/files/patch-sdlmain.c') diff --git a/emulators/mame-devel/files/patch-sdlmain.c b/emulators/mame-devel/files/patch-sdlmain.c new file mode 100644 index 000000000000..bddfcc3e3a7d --- /dev/null +++ b/emulators/mame-devel/files/patch-sdlmain.c @@ -0,0 +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 @@ + #ifdef MESS + { "inipath", "$HOME/.mess;.;ini", 0, "path to ini files" }, + #else +- { SDLOPTION_INIPATH, "$HOME/.mame;.;ini", 0, "path to ini files" }, ++ { SDLOPTION_INIPATH, "$HOME/.mame-devel;.;ini", 0, "path to ini files" }, + #endif // MESS + #endif // INI_PATH + #endif // MACOSX -- cgit v1.2.3