Add more missing strings to Unix backend

This commit is contained in:
Cacodemon345
2021-10-16 00:14:26 +06:00
committed by GitHub
parent 451d0c8bd6
commit 16a8c4cb25

View File

@@ -249,6 +249,12 @@ wchar_t* plat_get_string(int i)
return L"Make sure libpcap is installed and that you are on a libpcap-compatible network connection.";
case IDS_2114:
return L"Unable to initialize Ghostscript";
case IDS_2063:
return L"Machine \"%hs\" is not available due to missing ROMs in the roms/machines directory. Switching to an available machine.";
case IDS_2064:
return L"Video card \"%hs\" is not available due to missing ROMs in the roms/video directory. Switching to an available video card.";
case IDS_2128:
return L"Hardware not available";
}
return L"";
}