mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-10 01:28:30 -05:00
audio: rewrite IAudioOut
This commit is contained in:
@ -146,11 +146,11 @@ public:
|
||||
break;
|
||||
}
|
||||
|
||||
tags[released++] = tag;
|
||||
|
||||
if (released >= tags.size()) {
|
||||
break;
|
||||
}
|
||||
|
||||
tags[released++] = tag;
|
||||
}
|
||||
|
||||
return released;
|
||||
|
Reference in New Issue
Block a user