mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
(PSP) buildfix
This commit is contained in:
parent
0a6c3f23c0
commit
86366dba1e
@ -681,9 +681,11 @@ void rarch_main_data_msg_queue_push(unsigned type,
|
||||
case DATA_TYPE_IMAGE:
|
||||
queue = g_data_runloop.nbio.image.msg_queue;
|
||||
break;
|
||||
#ifdef HAVE_NETWORKING
|
||||
case DATA_TYPE_HTTP:
|
||||
queue = g_data_runloop.http.msg_queue;
|
||||
break;
|
||||
#endif
|
||||
#ifdef HAVE_OVERLAY
|
||||
case DATA_TYPE_OVERLAY:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user