mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-25 04:06:18 +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;
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
break;
|
||||
}
|
||||
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user