mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Cleanups
This commit is contained in:
parent
511b2c6d83
commit
2194ab6631
1 changed files with 0 additions and 1 deletions
|
@ -435,7 +435,6 @@ static int cb_nbio_generic(nbio_handle_t *nbio, size_t *len)
|
|||
}
|
||||
|
||||
rpng_set_buf_ptr(nbio->image.handle, (uint8_t*)ptr);
|
||||
nbio->image.handle->buff_data = (uint8_t*)ptr;
|
||||
nbio->image.pos_increment = (*len / 2) ? (*len / 2) : 1;
|
||||
nbio->image.processing_pos_increment = (*len / 4) ? (*len / 4) : 1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue