mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
Need these even without networking
This commit is contained in:
parent
fe4ef69aaf
commit
2235aad731
@ -51,6 +51,7 @@ typedef struct http_transfer_info
|
||||
char url[PATH_MAX_LENGTH];
|
||||
int progress;
|
||||
} http_transfer_info_t;
|
||||
#endif
|
||||
|
||||
typedef struct nbio_image_handle
|
||||
{
|
||||
@ -79,6 +80,7 @@ typedef struct nbio_handle
|
||||
unsigned status;
|
||||
} nbio_handle_t;
|
||||
|
||||
#ifdef HAVE_NETWORKING
|
||||
void *rarch_task_push_http_transfer(const char *url, const char *type,
|
||||
retro_task_callback_t cb, void *userdata);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user