mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DSP: add a crazy little shell script that will build DSPCore into DSPSpy. make DSPCore build in gekko mode. re-add GC-pad controls to DSPSpy (now it can run inside Dolphin, kind of neat but not super useful for the obvious reasons).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3141 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
6
Source/DSPSpy/build.sh
Normal file
6
Source/DSPSpy/build.sh
Normal file
@ -0,0 +1,6 @@
|
||||
../../Binary/x64/DSPTool.exe -h dsp_code tests/mul_test.ds
|
||||
mkdir emu
|
||||
cp ../Core/DSPCore/Src/*.cpp emu
|
||||
cp ../Core/DSPCore/Src/*.h emu
|
||||
make
|
||||
|
Reference in New Issue
Block a user