prepare for something

This commit is contained in:
tildearrow 2022-05-08 15:59:42 -05:00
parent f8642ae8f0
commit 40e992cc6f
3 changed files with 50 additions and 36 deletions

View file

@ -2648,6 +2648,8 @@ bool DivEngine::init() {
// init config
#ifdef _WIN32
configPath=getWinConfigPath();
#elif defined(ANDROID)
configPath=SDL_GetPrefPath("tildearrow","furnace");
#else
struct stat st;
char* home=getenv("HOME");