mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 18:40:36 +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;
|
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…
x
Reference in New Issue
Block a user