add in missing asms in SubMain asm ver check

This commit is contained in:
CasualPokePlayer 2023-11-03 03:51:16 -07:00
parent 7e5efea4bc
commit cdf89f4b09
1 changed files with 4 additions and 0 deletions

View File

@ -112,7 +112,11 @@ namespace BizHawk.Client.EmuHawk
foreach (var asmVer in new[]
{
BizInvoke.ReflectionCache.AsmVersion,
Bizware.Audio.ReflectionCache.AsmVersion,
Bizware.BizwareGL.ReflectionCache.AsmVersion,
Bizware.Graphics.ReflectionCache.AsmVersion,
Bizware.Graphics.Controls.ReflectionCache.AsmVersion,
Bizware.Input.ReflectionCache.AsmVersion,
Client.Common.ReflectionCache.AsmVersion,
Common.ReflectionCache.AsmVersion,
Emulation.Common.ReflectionCache.AsmVersion,