#306 support cutscene upscaling for road rash
This commit is contained in:
parent
a2ef373871
commit
6ddc2ad00b
2 changed files with 13 additions and 1 deletions
|
@ -581,7 +581,8 @@ BOOL CALLBACK util_enum_child_proc(HWND hwnd, LPARAM lparam)
|
|||
strcmp(class_name, "VideoRenderer") == 0 ||
|
||||
strcmp(class_name, "MCIAVI") == 0 ||
|
||||
strcmp(class_name, "AVIWnd32") == 0 ||
|
||||
strcmp(class_name, "MCIWndClass") == 0)
|
||||
strcmp(class_name, "MCIWndClass") == 0 ||
|
||||
strcmp(class_name, "AVI Window") == 0)
|
||||
{
|
||||
if (g_config.fixchilds != FIX_CHILDS_DETECT_HIDE)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue