mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-09 03:58:06 +03:00
Makeing LLE-testing threads work with common::thread
still getting a deadlock somewhere... git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2786 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
cc14b50aba
commit
2e748b4544
2 changed files with 8 additions and 21 deletions
|
@ -37,11 +37,6 @@
|
|||
#define NULL 0
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
#undef WITH_DSP_ON_THREAD
|
||||
//TODO FIX
|
||||
#endif
|
||||
|
||||
const char* reg_names[] =
|
||||
{
|
||||
// a0
|
||||
|
@ -67,7 +62,7 @@ const char* reg_names[] =
|
|||
|
||||
void gdsp_dma();
|
||||
|
||||
#ifdef WITH_DSP_ON_THREAD
|
||||
#if WITH_DSP_ON_THREAD
|
||||
Common::CriticalSection g_CriticalSection;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue