mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Update missed file
This commit is contained in:
parent
e807ae1a58
commit
429041097b
2 changed files with 15 additions and 15 deletions
|
@ -217,7 +217,7 @@ int cellAudioPortOpen(mem_ptr_t<CellAudioPortParam> audioParam, mem32_t portNum)
|
|||
UNIMPLEMENTED_FUNC(cellAudio);
|
||||
|
||||
if(!audioParam.IsGood() || !portNum.IsGood()) return CELL_AUDIO_ERROR_PORT_OPEN;
|
||||
m_config->g_is_audio_port_open == true;
|
||||
m_config->g_is_audio_port_open = true;
|
||||
|
||||
m_param->nChannel = audioParam->nChannel;
|
||||
m_param->nBlock = audioParam->nBlock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue