mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(task_image.c) Style nit
This commit is contained in:
parent
bebcc1c274
commit
0c2958e384
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ static int cb_nbio_generic(nbio_handle_t *nbio, size_t *len)
|
|||
|
||||
image->size = *len;
|
||||
image->pos_increment = (*len / 2) ? (*len / 2) : 1;
|
||||
image->processing_pos_increment = (*len / 4) ? (*len / 4) : 1;
|
||||
image->processing_pos_increment = (*len / 4) ? (*len / 4) : 1;
|
||||
|
||||
if (!image_transfer_start(image->handle, nbio->image_type))
|
||||
goto error;
|
||||
|
|
Loading…
Add table
Reference in a new issue