mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 03:32:55 +00:00
cellAudioQuit: do not clear event queues
They seem to be handled independently.
This commit is contained in:
parent
dd31574b4f
commit
03df3c5293
@ -1144,10 +1144,7 @@ error_code cellAudioQuit()
|
||||
return CELL_AUDIO_ERROR_NOT_INIT;
|
||||
}
|
||||
|
||||
// TODO
|
||||
g_audio.keys.clear();
|
||||
g_audio.key_count = 0;
|
||||
g_audio.event_period = 0;
|
||||
// NOTE: Do not clear event queues here. They are handled independently.
|
||||
g_audio.init = 0;
|
||||
|
||||
return CELL_OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user