made all plugins build with correct names and paths. (windows). for some reason njoy and padsimple don't show that they have been compiled with debugfast in their name, not sure why.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@733 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2008-09-30 01:09:02 +00:00
parent d98c60a0da
commit 6178eae001
10 changed files with 33 additions and 29 deletions

View File

@ -137,10 +137,10 @@ void* dsp_thread_debug(void* lpParameter)
#endif
{
if (g_hDSPThread)
{
return NULL;
}
//if (g_hDSPThread)
//{
// return NULL;
//}
#ifdef _WIN32
while (1)
{