Add Generic PCL Printer

This commit is contained in:
Cacodemon345
2024-06-21 15:36:28 +06:00
parent 15d2ee28c7
commit a44936f3e1
6 changed files with 126 additions and 22 deletions

View File

@@ -266,6 +266,10 @@ plat_get_string(int i)
return L"Make sure libpcap is installed and that you are on a libpcap-compatible network connection.";
case STRING_GHOSTSCRIPT_ERROR_TITLE:
return L"Unable to initialize Ghostscript";
case STRING_GHOSTPCL_ERROR_TITLE:
return L"Unable to initialize GhostPCL";
case STRING_GHOSTPCL_ERROR_DESC:
return L"libgpcl6 is required for automatic conversion of PCL files to PDF.\n\nAny documents sent to the generic PCL printer will be saved as Printer Command Language (.pcl) files.";
case STRING_HW_NOT_AVAILABLE_MACHINE:
return L"Machine \"%hs\" is not available due to missing ROMs in the roms/machines directory. Switching to an available machine.";
case STRING_HW_NOT_AVAILABLE_VIDEO: