(PSP) buildfix

This commit is contained in:
twinaphex 2015-03-15 19:32:11 +01:00
parent 0a6c3f23c0
commit 86366dba1e

View File

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