cm: added printer support

This commit is contained in:
2024-08-05 20:53:56 +02:00
parent fe14630b3d
commit 5abc593b46
7 changed files with 1326 additions and 350 deletions

View File

@ -39,6 +39,7 @@ void cm_hook_config_load(
io4_config_load(&cfg->io4, filename);
vfd_config_load(&cfg->vfd, filename);
touch_screen_config_load(&cfg->touch, filename);
printer_config_load(&cfg->printer, filename);
cm_dll_config_load(&cfg->dll, filename);
unity_config_load(&cfg->unity, filename);
}