Disabled CC save to config for now

This commit is contained in:
Llennpie 2021-12-27 12:36:42 -05:00
parent 54f2b3f4d5
commit ffb003bb2b
1 changed files with 2 additions and 0 deletions

View File

@ -333,6 +333,8 @@ namespace MoonInternal {
MoonNX::handleVirtualKeyboard("Init");
#endif
configColorCode = 0;
apply_cc_from_editor();
strcpy(cc_gameshark, global_color_to_cc().c_str());
}});