diff --git a/rpcs3/Emu/Cell/Modules/cellMic.cpp b/rpcs3/Emu/Cell/Modules/cellMic.cpp index 6eaa73617a..59071f5562 100644 --- a/rpcs3/Emu/Cell/Modules/cellMic.cpp +++ b/rpcs3/Emu/Cell/Modules/cellMic.cpp @@ -473,6 +473,7 @@ error_code microphone_device::close_microphone() micdevice.buf.clear(); } + temp_buf.clear(); mic_opened = false; return CELL_OK;