mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +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;
|
||||
}
|
||||
|
||||
nbio->frame_count++;
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -109,6 +108,5 @@ task_finished:
|
||||
nbio_free(nbio->handle);
|
||||
nbio->handle = NULL;
|
||||
nbio->is_finished = false;
|
||||
nbio->frame_count = 0;
|
||||
free(nbio);
|
||||
}
|
||||
|
@ -77,7 +77,6 @@ typedef struct nbio_handle
|
||||
transfer_cb_t cb;
|
||||
struct nbio_t *handle;
|
||||
unsigned pos_increment;
|
||||
uint64_t frame_count;
|
||||
msg_queue_t *msg_queue;
|
||||
unsigned status;
|
||||
} nbio_handle_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user