diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs index bcbfbd4e0f..1ff4a311f5 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs @@ -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(); diff --git a/output/dll/SDL2.dll b/output/dll/SDL2.dll new file mode 100644 index 0000000000..b4b67c0e77 Binary files /dev/null and b/output/dll/SDL2.dll differ diff --git a/output/dll/libmelonDS.dll b/output/dll/libmelonDS.dll new file mode 100644 index 0000000000..99742ff7dd Binary files /dev/null and b/output/dll/libmelonDS.dll differ