mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Cleanups
This commit is contained in:
parent
556017f23d
commit
e6969f7ced
1 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,7 @@ static void rarch_task_image_load_free_internal(nbio_handle_t *nbio)
|
|||
image->frame_count = 0;
|
||||
}
|
||||
|
||||
static int cb_nbio_generic_rpng(nbio_handle_t *nbio, size_t *len)
|
||||
static int cb_nbio_generic(nbio_handle_t *nbio, size_t *len)
|
||||
{
|
||||
void *ptr = NULL;
|
||||
|
||||
|
@ -265,7 +265,7 @@ static int cb_nbio_image_menu_thumbnail(void *data, size_t len)
|
|||
|
||||
nbio->image.cb = &cb_image_menu_thumbnail;
|
||||
|
||||
return cb_nbio_generic_rpng(nbio, &len);
|
||||
return cb_nbio_generic(nbio, &len);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue