Merge branch 'master' into sdl2.0
This commit is contained in:
commit
c3cce36fc0
27 changed files with 219 additions and 327 deletions
|
|
@ -23957,10 +23957,11 @@ static void setup_config(char *argv[])
|
|||
/* FIXME: Need assist for:
|
||||
* __BEOS__
|
||||
* __HAIKU__
|
||||
* __APPLE__
|
||||
*/
|
||||
#ifdef WIN32
|
||||
picturesdir = GetUserImageDir();
|
||||
#elif __APPLE__
|
||||
picturesdir = apple_picturesPath();
|
||||
#else
|
||||
picturesdir = get_xdg_user_dir("PICTURES", "Pictures");
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue