mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Fix dspspy, typo in ld_Test
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3843 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
9d90f1868c
commit
ad440b9e47
2 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ inline void YieldCPU()
|
|||
{
|
||||
#ifdef _WIN32
|
||||
YieldProcessor();
|
||||
#else
|
||||
#elif defined _POSIX_THREADS
|
||||
sched_yield();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue