mirror of
https://github.com/libretro/RetroArch
synced 2024-12-29 12:31:05 +00:00
(PS3) ps3_audio - Get rid of PSL1GHT ifdef - same for PSL1GHT and PS3
SDK
This commit is contained in:
parent
a3de207fbd
commit
a182fd0772
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user