mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 00:40:09 +00:00
Cleanups
This commit is contained in:
parent
67dd426339
commit
d65ee7ea3d
@ -247,10 +247,7 @@ static int cb_net_generic(void *data_, size_t len)
|
|||||||
int ret = -1;
|
int ret = -1;
|
||||||
char *data = (char*)data_;
|
char *data = (char*)data_;
|
||||||
menu_handle_t *menu = menu_driver_get_ptr();
|
menu_handle_t *menu = menu_driver_get_ptr();
|
||||||
if (!menu)
|
if (!menu || !data)
|
||||||
goto end;
|
|
||||||
|
|
||||||
if (!data)
|
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
if (core_buf)
|
if (core_buf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user