mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
df2e7c37fb
1 changed files with 4 additions and 0 deletions
|
@ -1586,6 +1586,10 @@ OptionMenu VideoModeMenu
|
|||
Title "VIDEO MODE"
|
||||
|
||||
Option "Fullscreen", "fullscreen", "YesNo"
|
||||
IfOption(Mac)
|
||||
{
|
||||
Option "Retina/HiDPI support", "vid_hidpi", "YesNo"
|
||||
}
|
||||
Option "Aspect ratio", "menu_screenratios", "Ratios"
|
||||
Option "Force aspect ratio", "vid_aspect", "ForceRatios"
|
||||
Option "Enable 5:4 aspect ratio","vid_tft", "YesNo"
|
||||
|
|
Loading…
Reference in a new issue