mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
SPU: rewrite spu_channel_t
This commit is contained in:
parent
3ffafb741c
commit
9ad5fc8a08
2 changed files with 61 additions and 65 deletions
|
@ -1494,7 +1494,7 @@ bool SPUThread::get_ch_value(u32 ch, u32& out)
|
|||
{
|
||||
LOG_TRACE(SPU, "get_ch_value(ch=%d [%s])", ch, ch < 128 ? spu_ch_name[ch] : "???");
|
||||
|
||||
auto read_channel = [&](spu_channel_t& channel)
|
||||
auto read_channel = [&](spu_channel& channel)
|
||||
{
|
||||
for (int i = 0; i < 10 && channel.get_count() == 0; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue