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
parent b7a087aa26
commit dd879fc18e
+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);