#306 support cutscene upscaling for road rash

This commit is contained in:
FunkyFr3sh 2024-04-26 01:13:50 +02:00
parent a2ef373871
commit 6ddc2ad00b
2 changed files with 13 additions and 1 deletions

View file

@ -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)
{