mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
OS X: Support for both OS X native and Unix-style multiuser installs. [R. Belmont, Nick Boos]
This commit is contained in:
parent
e1d1d43086
commit
897bea2bc6
@ -67,8 +67,10 @@
|
||||
//============================================================
|
||||
|
||||
#ifndef INI_PATH
|
||||
#if defined(SDLMAME_WIN32) || defined(SDLMAME_MACOSX) || defined(SDLMAME_OS2)
|
||||
#if defined(SDLMAME_WIN32) || defined(SDLMAME_OS2)
|
||||
#define INI_PATH ".;ini"
|
||||
#elif defined(SDLMAME_MACOSX)
|
||||
#define INI_PATH "$HOME/Library/Application Support/APP_NAME;$HOME/.APP_NAME;.;ini"
|
||||
#else
|
||||
#define INI_PATH "$HOME/.APP_NAME;.;ini"
|
||||
#endif // MACOSX
|
||||
|
Loading…
Reference in New Issue
Block a user