mu3: hotfix for calling mu3_io_led_set_colors

This commit is contained in:
2024-05-16 08:10:05 +02:00
parent 3bfb046afc
commit d8b3d41809
3 changed files with 7 additions and 4 deletions

View File

@ -170,7 +170,7 @@ HRESULT chuni_dll_init(const struct chuni_dll_config *cfg, HINSTANCE self)
"\"%s\". Please contact your IO DLL's developer for "
"further assistance.\n",
sym->sym);
dprintf("imported %d symbols\n",bind_count);
dprintf("imported %d symbols\n", bind_count);
goto end;
}
} else {