summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/Plugins/Plugin_DSP_HLE/Src/main.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/main.cpp b/Source/Plugins/Plugin_DSP_HLE/Src/main.cpp
index 7eb75a39cb..bddbf129b3 100644
--- a/Source/Plugins/Plugin_DSP_HLE/Src/main.cpp
+++ b/Source/Plugins/Plugin_DSP_HLE/Src/main.cpp
@@ -84,6 +84,15 @@ BOOL APIENTRY DllMain(HINSTANCE hinstDLL, // DLL module handle
#endif
+void DllDebugger(HWND _hParent)
+{
+#if defined (_DEBUG) && defined (_WIN32)
+ g_Dialog.Create(NULL); //_hParent);
+ g_Dialog.ShowWindow(SW_SHOW);
+#endif
+
+}
+
void GetDllInfo(PLUGIN_INFO* _PluginInfo)
{
_PluginInfo->Version = 0x0100;