mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Added DivX and MP3 support
This commit is contained in:
parent
1ba5b27f45
commit
cb694f944c
5 changed files with 375 additions and 156 deletions
|
|
@ -568,6 +568,8 @@ s64 spursInit(
|
|||
}
|
||||
else while (true)
|
||||
{
|
||||
if (Emu.IsStopped()) break;
|
||||
|
||||
spurs->m.xD64.exchange(0);
|
||||
if (spurs->m.exception.ToBE() == 0)
|
||||
{
|
||||
|
|
@ -629,6 +631,9 @@ s64 spursInit(
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (Emu.IsStopped()) continue;
|
||||
|
||||
if (s32 res = sys_lwmutex_unlock(spurs->get_lwmutex()))
|
||||
{
|
||||
assert(!"sys_lwmutex_unlock() failed");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue