mirror of
https://github.com/open-goal/jak-project
synced 2026-08-09 10:54:39 -04:00
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:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user