- added a separate section for soundfont search paths.
This commit is contained in:
parent
2ac101fa51
commit
67a6ec01e1
3 changed files with 31 additions and 4 deletions
|
|
@ -86,4 +86,7 @@ void EnterCriticalSection(FInternalCriticalSection *c)
|
|||
void LeaveCriticalSection(FInternalCriticalSection *c)
|
||||
{
|
||||
c->Leave();
|
||||
|
||||
MemoryBarrier();
|
||||
MemoryFence();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue