Skip to content

Commit

Permalink
mscoree: Add work-around for Grotesque Tactics.
Browse files Browse the repository at this point in the history
CW-Bug-Id: #22841
  • Loading branch information
madewokherd committed Oct 9, 2023
1 parent 77992a3 commit cb163ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dlls/mscoree/metahost.c
Original file line number Diff line number Diff line change
Expand Up @@ -1906,6 +1906,12 @@ static MonoAssembly* CDECL wine_mono_assembly_preload_hook_v2_fn(MonoAssemblyNam
"321360", /* Primal Carnage: Extinction */
"namespace ContentBrowser { class IContentBrowserBackendInterface {} class Package {} } "
},
{
"DockPanel",
"DockPanel.dll",
"46450", /* Grotesque Tactics: Evil Heroes */
"namespace WeifenLuo.WinFormsUI { class DockPanel {} }"
},
};

for (i = 0; i < ARRAY_SIZE(assembly_hacks); ++i)
Expand Down

0 comments on commit cb163ce

Please sign in to comment.