filename | src/lxdream.h |
changeset | 1038:f220d18c0615 |
prev | 1024:c67f2d61ab97 |
next | 1041:5fcc39857c5c |
author | nkeynes |
date | Thu Jun 25 01:15:25 2009 +0000 (13 years ago) |
permissions | -rw-r--r-- |
last change | Move configuration to .lxdream/lxdreamrc on *nix, Library/Application Support/Lxdream on OS X Create standard directories on first run Add current quick state to config file Refactor quick-state handling into dreamcast.c, and use the save directory |
file | annotate | diff | log | raw |
1.1 --- a/src/lxdream.h Sat Jun 13 00:50:48 2009 +00001.2 +++ b/src/lxdream.h Thu Jun 25 01:15:25 2009 +00001.3 @@ -91,6 +91,7 @@1.4 const char *get_sysconf_path();1.5 const char *get_locale_path();1.6 const char *get_plugin_path();1.7 +const char *get_user_data_path();1.9 #ifdef HAVE_FASTCALL1.10 #define FASTCALL __attribute__((regparm(2)))
.