Remove more redundant mod scanning and fix mods being scanned during gameplay

This commit is contained in:
Mr-Wiseguy
2025-04-26 17:19:17 -04:00
parent f9df5c2b7c
commit df674f2dfc
5 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ namespace recompui {
);
void close_prompt();
bool is_prompt_open();
void update_mod_list();
void update_mod_list(bool scan_mods = true);
void process_game_started();
void apply_color_hack();