diff options
| author | Cody Northrop <cnorthrop@google.com> | 2017-05-04 10:16:46 -0600 |
|---|---|---|
| committer | Cody Northrop <cnorthrop@google.com> | 2017-05-04 10:16:46 -0600 |
| commit | 67b7635eb5f1c3709f534fea07d85abf5d169c06 (patch) | |
| tree | 6bd39775420424b054f8b31a8c7e38af38dd7015 | |
| parent | 8c21ba73708d079d45b99921585a4d255020b8f7 (diff) | |
| download | usermoji-67b7635eb5f1c3709f534fea07d85abf5d169c06.tar.xz | |
Revert "Fix location of vk_layer_settings.txt on Android"
This reverts commit 3d22f33e862d4bed46edbd5ee948f4ebe9c84a6f.
| -rw-r--r-- | layers/vk_layer_config.cpp | 4 |
1 files 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"); } } |
