mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-09-30 05:09:05 +00:00
cellAudioQuit: do not clear event queues
They seem to be handled independently.
This commit is contained in:
parent
dd31574b4f
commit
03df3c5293
1 changed files with 1 additions and 4 deletions
|
@ -1144,10 +1144,7 @@ error_code cellAudioQuit()
|
||||||
return CELL_AUDIO_ERROR_NOT_INIT;
|
return CELL_AUDIO_ERROR_NOT_INIT;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO
|
// NOTE: Do not clear event queues here. They are handled independently.
|
||||||
g_audio.keys.clear();
|
|
||||||
g_audio.key_count = 0;
|
|
||||||
g_audio.event_period = 0;
|
|
||||||
g_audio.init = 0;
|
g_audio.init = 0;
|
||||||
|
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue