paths: ensure imgui and game_config respects the project path (#1505)

* paths: ensure `imgui` respects the project path

* paths: remove extra creation of `game_config/` this is done when the settings are saved
This commit is contained in:
Tyler Wilding
2022-06-21 18:22:31 -04:00
committed by GitHub
parent 65f47f2bfc
commit 818485b501
3 changed files with 7 additions and 3 deletions
-2
View File
@@ -282,8 +282,6 @@ RuntimeExitStatus exec_runtime(int argc, char** argv) {
g_argv = argv;
g_main_thread_id = std::this_thread::get_id();
file_util::create_dir_if_needed("game_config/");
// parse opengoal arguments
bool enable_display = true;
for (int i = 1; i < argc; i++) {