mirror of
https://github.com/86Box/86Box.git
synced 2026-02-21 17:15:32 -07:00
Add more missing strings
This commit is contained in:
@@ -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"";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user