From a182fd0772e3a0ba80cc6824db24de586eda58d7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 24 Feb 2014 16:56:21 +0100 Subject: [PATCH] (PS3) ps3_audio - Get rid of PSL1GHT ifdef - same for PSL1GHT and PS3 SDK --- ps3/ps3_audio.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ps3/ps3_audio.c b/ps3/ps3_audio.c index ae4e2c137d..bf8e6c7e8f 100644 --- a/ps3/ps3_audio.c +++ b/ps3/ps3_audio.c @@ -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;