diff options
| author | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-04-05 06:04:39 +0000 |
|---|---|---|
| committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-04-05 06:04:39 +0000 |
| commit | b3d56bad895365de7514f1cd27a3f968230be595 (patch) | |
| tree | 19eb844fcb8f531a855502820067a61f273cc9c1 /emulators/mame-devel/files/patch-sdlmain.c | |
| parent | Sync with www/trac, and upgrade to 0.11.3.ja1. (diff) | |
- Finish repocopy of sdlmame-devel and update to version 0.130u1
PR: ports/128558
Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org>
Notes
Notes:
svn path=/head/; revision=231627
Diffstat (limited to 'emulators/mame-devel/files/patch-sdlmain.c')
| -rw-r--r-- | emulators/mame-devel/files/patch-sdlmain.c | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
