MelonDS: Add DLL files.
This commit is contained in:
parent
7fe705a120
commit
6e635b6c47
|
@ -50,8 +50,8 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
|
|||
}
|
||||
|
||||
// debug path/build for easier testing
|
||||
const string dllPath = "../../MelonDS/build/libmelonDS.dll";
|
||||
//const string dllPath = "libmelonDS.dll";
|
||||
//const string dllPath = "../../MelonDS/build/libmelonDS.dll";
|
||||
const string dllPath = "dll/libmelonDS.dll";
|
||||
|
||||
[DllImport(dllPath)]
|
||||
private static extern bool Init();
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue