fix for windowed_hack
This commit is contained in:
parent
18f6b1e5ea
commit
f64913b5e6
1 changed files with 1 additions and 1 deletions
2
src/dd.c
2
src/dd.c
|
@ -339,7 +339,7 @@ HRESULT dd_EnumDisplayModes(
|
|||
}
|
||||
}
|
||||
|
||||
if (!g_ddraw.bpp || g_config.resolutions != RESLIST_NORMAL)
|
||||
if (!g_ddraw.bpp || g_config.resolutions != RESLIST_NORMAL || g_ddraw.windowed_hack)
|
||||
{
|
||||
for (i = 0; i < sizeof(resolutions) / sizeof(resolutions[0]); i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue