2026-09-07 19:59:16

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-07 19:59:16 +00:00
committed by crueter
parent 2e8e87f68b
commit a8d41f927a
+1 -1
View File
@@ -56,7 +56,7 @@ public:
~OpusDecoder();
bool IsRunning() const noexcept {
return running;
return dsp_thread.joinable();
}
void Send(Direction dir, u32 message);