From 67b7635eb5f1c3709f534fea07d85abf5d169c06 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Thu, 4 May 2017 10:16:46 -0600 Subject: Revert "Fix location of vk_layer_settings.txt on Android" This reverts commit 3d22f33e862d4bed46edbd5ee948f4ebe9c84a6f. --- layers/vk_layer_config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/vk_layer_config.cpp b/layers/vk_layer_config.cpp index 1f32eff3..ffefbcd6 100644 --- a/layers/vk_layer_config.cpp +++ b/layers/vk_layer_config.cpp @@ -192,7 +192,7 @@ const char *ConfigFile::getOption(const std::string &_option) { } parseFile(envPath.c_str()); } else { - parseFile(m_fileName.c_str()); + parseFile("vk_layer_settings.txt"); } } @@ -215,7 +215,7 @@ void ConfigFile::setOption(const std::string &_option, const std::string &_val) } parseFile(envPath.c_str()); } else { - parseFile(m_fileName.c_str()); + parseFile("vk_layer_settings.txt"); } } -- cgit v1.2.3