I cannot do anything

This commit is contained in:
Nekotekina 2014-03-02 03:50:47 +04:00
parent 4828723d5c
commit 9e62b330b1
6 changed files with 103 additions and 29 deletions

View file

@ -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;
}