mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Forgot to move DSPTool over. Fixed now.
This commit is contained in:
parent
91286f5021
commit
ed9eea72a1
1 changed files with 5 additions and 5 deletions
|
@ -2,11 +2,11 @@
|
||||||
// Licensed under GPLv2
|
// Licensed under GPLv2
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
#include "Common.h"
|
#include "Common/Common.h"
|
||||||
#include "FileUtil.h"
|
#include "Common/FileUtil.h"
|
||||||
#include "StringUtil.h"
|
#include "Common/StringUtil.h"
|
||||||
#include "DSP/DSPCodeUtil.h"
|
#include "Core/DSP/DSPCodeUtil.h"
|
||||||
#include "DSP/DSPTables.h"
|
#include "Core/DSP/DSPTables.h"
|
||||||
|
|
||||||
// Stub out the dsplib host stuff, since this is just a simple cmdline tools.
|
// Stub out the dsplib host stuff, since this is just a simple cmdline tools.
|
||||||
u8 DSPHost_ReadHostMemory(u32 addr) { return 0; }
|
u8 DSPHost_ReadHostMemory(u32 addr) { return 0; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue