mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-16 14:01:46 +00:00
dsp hle: removed the code of ddldebugger
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@535 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
29fb6187b9
commit
d96d93b7fa
1 changed files with 1 additions and 4 deletions
|
@ -118,10 +118,7 @@ void DllAbout(HWND _hParent)
|
||||||
|
|
||||||
void DllConfig(HWND _hParent)
|
void DllConfig(HWND _hParent)
|
||||||
{
|
{
|
||||||
#ifdef _WIN32
|
// TODO: implement
|
||||||
CConfigDlg configDlg;
|
|
||||||
configDlg.DoModal(_hParent);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DSP_Initialize(DSPInitialize _dspInitialize)
|
void DSP_Initialize(DSPInitialize _dspInitialize)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue