patch_ec = 1 by default

This commit is contained in:
kichikuou
2019-02-02 13:46:39 +09:00
parent eb51b35732
commit 4054225dc6
+1
View File
@@ -230,4 +230,5 @@ void nact_init() {
nact->is_message_locked = FALSE;
nact->is_msg_out = TRUE;
nact->callback = nact_callback;
nact->patch_ec = 1; // TODO: revisit
}