Skip to content

Commit

Permalink
Android: Use system provided path for default TMPFolder setting (#8505)
Browse files Browse the repository at this point in the history
  • Loading branch information
stujones11 authored and SmallJoker committed Jun 15, 2019
1 parent f2c73de commit 95a37ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultsettings.cpp
Expand Up @@ -433,7 +433,7 @@ void set_default_settings(Settings *settings)
settings->setDefault("fullscreen", "true");
settings->setDefault("video_driver", "ogles1");
settings->setDefault("touchtarget", "true");
settings->setDefault("TMPFolder","/sdcard/" PROJECT_NAME_C "/tmp/");
settings->setDefault("TMPFolder", porting::getDataPath("tmp" DIR_DELIM));
settings->setDefault("touchscreen_threshold","20");
settings->setDefault("fixed_virtual_joystick", "false");
settings->setDefault("virtual_joystick_triggers_aux", "false");
Expand Down

0 comments on commit 95a37ef

Please sign in to comment.