Fix a lot of mappers in quicknes that had been accidentally broken since 2016, including mmc2, mmc4, vrc6

This commit is contained in:
nattthebear 2018-02-24 15:13:26 -05:00
parent 2947f439b3
commit e70549667d
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.QuickNES
{
Resolver = new DynamicLibraryImportResolver(LibQuickNES.dllname);
QN = BizInvoker.GetInvoker<LibQuickNES>(Resolver, CallingConventionAdapters.Native);
QN.qn_setup_mappers();
}
[CoreConstructor("NES")]