mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Break out of for loop when rpng_nbio_load_image_argb_iterate does not
return true
This commit is contained in:
parent
2dd6e38fae
commit
29ad1b9929
@ -228,6 +228,8 @@ static int rarch_main_iterate_image_transfer(void)
|
|||||||
4 + 4 + g_extern.nbio.image.handle->chunk.size + 4;
|
4 + 4 + g_extern.nbio.image.handle->chunk.size + 4;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user