mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-06 03:29:55 -06:00
Implemented window size option
This commit is contained in:
@@ -51,6 +51,12 @@ 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_NotAvailableFullscreen",
|
||||
{
|
||||
{ ELanguage::English, "This option is not available in fullscreen mode." }
|
||||
}
|
||||
},
|
||||
{
|
||||
"Options_Desc_NotAvailableWindowed",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user