Added DesHawk.dll to output folder.

This commit is contained in:
SuuperW 2019-09-30 11:54:12 -05:00
parent ea5d59633e
commit c30e964b0b
2 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
}
// debug path/build for easier testing
const string dllPath = "../../desmume/desmume/src/frontend/windows/__bins/DesHawk-VS2017-x64-Debug.dll";
//const string dllPath = "DesHawk.dll";
//const string dllPath = "../../desmume/desmume/src/frontend/windows/__bins/DesHawk-VS2017-x64-Debug.dll";
const string dllPath = "DesHawk.dll";
[DllImport(dllPath)]
private static extern void Init_NDS();

BIN
output/DesHawk.dll Normal file

Binary file not shown.