Added home dir lookup.

This commit is contained in:
Branimir Karadžić
2017-11-15 20:19:57 -08:00
parent a2dd7097fb
commit c04c499aee
5 changed files with 69 additions and 13 deletions

View File

@@ -10,7 +10,7 @@
TEST_CASE("Settings", "")
{
bx::FilePath filePath;
filePath.set(bx::TempDir::Tag);
filePath.set(bx::Dir::Temp);
filePath.join("settings.ini");
bx::DefaultAllocator allocator;