Skip to content

Commit cb163ce

Browse files
committed
mscoree: Add work-around for Grotesque Tactics.
CW-Bug-Id: #22841
1 parent 77992a3 commit cb163ce

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

‎dlls/mscoree/metahost.c‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,6 +1906,12 @@ static MonoAssembly* CDECL wine_mono_assembly_preload_hook_v2_fn(MonoAssemblyNam
19061906
"321360", /* Primal Carnage: Extinction */
19071907
"namespace ContentBrowser { class IContentBrowserBackendInterface {} class Package {} } "
19081908
},
1909+
{
1910+
"DockPanel",
1911+
"DockPanel.dll",
1912+
"46450", /* Grotesque Tactics: Evil Heroes */
1913+
"namespace WeifenLuo.WinFormsUI { class DockPanel {} }"
1914+
},
19091915
};
19101916

19111917
for (i = 0; i < ARRAY_SIZE(assembly_hacks); ++i)

0 commit comments

Comments
 (0)