mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user