mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 20:43:10 +00:00
Remove file transfer frame_count
This commit is contained in:
parent
a283923393
commit
bdf4a173f2
@ -44,7 +44,6 @@ static int rarch_main_data_nbio_iterate_transfer(nbio_handle_t *nbio)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
nbio->frame_count++;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -109,6 +108,5 @@ task_finished:
|
|||||||
nbio_free(nbio->handle);
|
nbio_free(nbio->handle);
|
||||||
nbio->handle = NULL;
|
nbio->handle = NULL;
|
||||||
nbio->is_finished = false;
|
nbio->is_finished = false;
|
||||||
nbio->frame_count = 0;
|
|
||||||
free(nbio);
|
free(nbio);
|
||||||
}
|
}
|
||||||
|
@ -77,7 +77,6 @@ typedef struct nbio_handle
|
|||||||
transfer_cb_t cb;
|
transfer_cb_t cb;
|
||||||
struct nbio_t *handle;
|
struct nbio_t *handle;
|
||||||
unsigned pos_increment;
|
unsigned pos_increment;
|
||||||
uint64_t frame_count;
|
|
||||||
msg_queue_t *msg_queue;
|
msg_queue_t *msg_queue;
|
||||||
unsigned status;
|
unsigned status;
|
||||||
} nbio_handle_t;
|
} nbio_handle_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user