System: Don't empty buffers on state load
This commit is contained in:
parent
fc770c83e8
commit
c66a9f117d
|
@ -1859,7 +1859,6 @@ bool System::DoLoadState(ByteStream* state, bool force_software_renderer, bool u
|
|||
if (s_state == State::Starting)
|
||||
s_state = State::Running;
|
||||
|
||||
SPU::GetOutputStream()->EmptyBuffer();
|
||||
ResetPerformanceCounters();
|
||||
ResetThrottler();
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue