From ebeea62290f7cd7b27992975ce7c90e76aa4eb95 Mon Sep 17 00:00:00 2001 From: sorgelig Date: Tue, 5 Jan 2021 05:03:47 +0800 Subject: [PATCH] AtariST: parse special parameters. --- user_io.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/user_io.cpp b/user_io.cpp index 9c9d2c1..4946e67 100644 --- a/user_io.cpp +++ b/user_io.cpp @@ -1009,6 +1009,7 @@ void user_io_init(const char *path, const char *xml) { tos_config_load(0); tos_upload(NULL); + parse_config(); } else if (is_menu()) {