add new ini setting "fixchilds"
This commit is contained in:
parent
a19ce92425
commit
1fde0ef382
6 changed files with 56 additions and 39 deletions
|
@ -72,8 +72,11 @@ DWORD WINAPI gdi_render_main(void)
|
|||
if (g_ddraw->vhack)
|
||||
InterlockedExchange(&g_ddraw->upscale_hack_active, upscale_hack);
|
||||
|
||||
g_ddraw->child_window_exists = FALSE;
|
||||
EnumChildWindows(g_ddraw->hwnd, util_enum_child_proc, (LPARAM)g_ddraw->primary);
|
||||
if (g_ddraw->fixchilds)
|
||||
{
|
||||
g_ddraw->child_window_exists = FALSE;
|
||||
EnumChildWindows(g_ddraw->hwnd, util_enum_child_proc, (LPARAM)g_ddraw->primary);
|
||||
}
|
||||
|
||||
if (g_ddraw->primary->palette)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue