MelonDS: Add DLL files.

This commit is contained in:
SuuperW 2019-10-15 10:17:14 -05:00
parent 7fe705a120
commit 6e635b6c47
3 changed files with 2 additions and 2 deletions

View File

@ -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();

BIN
output/dll/SDL2.dll Normal file

Binary file not shown.

BIN
output/dll/libmelonDS.dll Normal file

Binary file not shown.