diff --git a/Source/DSPSpy/Config.h b/Source/DSPSpy/Config.h deleted file mode 100644 index 9790da1b56..0000000000 --- a/Source/DSPSpy/Config.h +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright 2003 Dolphin Emulator Project -// SPDX-License-Identifier: GPL-2.0-or-later - -// Dummy file for common to compile diff --git a/Source/DSPSpy/Makefile b/Source/DSPSpy/Makefile index 6ab9c54535..df6a27aa55 100644 --- a/Source/DSPSpy/Makefile +++ b/Source/DSPSpy/Makefile @@ -23,7 +23,7 @@ include $(DEVKITPPC)/$(HW_TYPE)_rules #--------------------------------------------------------------------------------- TARGET := $(notdir $(CURDIR))_$(HW_TYPE) BUILD := build -SOURCES := . emu +SOURCES := . DATA := data INCLUDES := include ../Core/Common . diff --git a/Source/DSPSpy/build.sh b/Source/DSPSpy/build.sh deleted file mode 100644 index a6fbaf9015..0000000000 --- a/Source/DSPSpy/build.sh +++ /dev/null @@ -1,6 +0,0 @@ -../../Binary/x64/DSPTool.exe -h dsp_code tests/mul_test.ds -mkdir emu -cp ../Core/Core/DSP/*.cpp emu -cp ../Core/Core/DSP/*.h emu -make - diff --git a/Source/DSPSpy/sbuild.sh b/Source/DSPSpy/sbuild.sh deleted file mode 100644 index 80038bf9f5..0000000000 --- a/Source/DSPSpy/sbuild.sh +++ /dev/null @@ -1,4 +0,0 @@ -../../Binary/x64/DSPTool.exe -h dsp_code tests/mul_test.ds -rm -rf emu -make -