mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
I cannot do anything
This commit is contained in:
parent
4828723d5c
commit
9e62b330b1
6 changed files with 103 additions and 29 deletions
|
@ -714,13 +714,13 @@ int cellAudioSetNotifyEventQueue(u64 key)
|
|||
|
||||
m_config.event_key = key;
|
||||
|
||||
EventQueue* eq;
|
||||
/*EventQueue* eq;
|
||||
if (!Emu.GetEventManager().GetEventQueue(key, eq))
|
||||
{
|
||||
return CELL_AUDIO_ERROR_PARAM;
|
||||
}
|
||||
}*/
|
||||
|
||||
// TODO: connect port
|
||||
// TODO: connect port (?????)
|
||||
|
||||
return CELL_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue