mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-02-22 05:18:42 -06:00
window: implemented monitor switching
This commit is contained in:
@@ -50,6 +50,18 @@ std::unordered_map<std::string, std::unordered_map<ELanguage, std::string>> g_lo
|
||||
{ ELanguage::English, "This option is not available at this location." }
|
||||
}
|
||||
},
|
||||
{
|
||||
"Options_Desc_NotAvailableWindowed",
|
||||
{
|
||||
{ ELanguage::English, "This option is not available in windowed mode." }
|
||||
}
|
||||
},
|
||||
{
|
||||
"Options_Desc_NotAvailableHardware",
|
||||
{
|
||||
{ ELanguage::English, "This option is not available with your current hardware configuration." }
|
||||
}
|
||||
},
|
||||
{
|
||||
"Options_Desc_NotAvailableMSAA",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user