Add more missing strings

This commit is contained in:
Cacodemon345
2025-09-01 14:07:12 +06:00
parent 2ddbc3461d
commit a359ec77ba

View File

@@ -290,6 +290,8 @@ plat_get_string(int i)
return L"Hardware not available";
case STRING_MONITOR_SLEEP:
return L"Monitor in sleep mode";
case STRING_EDID_TOO_LARGE:
return "EDID file \"%ls\" is too large.";
}
return L"";
}