(PS3) ps3_audio - Get rid of PSL1GHT ifdef - same for PSL1GHT and PS3

SDK
This commit is contained in:
twinaphex 2014-02-24 16:56:21 +01:00
parent a3de207fbd
commit a182fd0772

View File

@ -46,12 +46,7 @@ static void event_loop(void *data)
static void event_loop(uint64_t data)
#endif
{
#ifdef __PSL1GHT__
ps3_audio_t *aud = data;
#else
void * ptr_data = (void*)(uintptr_t)data;
ps3_audio_t *aud = ptr_data;
#endif
sys_event_queue_t id;
sys_ipc_key_t key;
sys_event_t event;