mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
(3DS) missing return value.
This commit is contained in:
parent
9401e95607
commit
4edbb48f34
@ -972,7 +972,7 @@ static uintptr_t ctr_load_texture(void *video_data, void *data,
|
||||
struct texture_image *image = (struct texture_image*)data;
|
||||
|
||||
if(!ctr || !image)
|
||||
return;
|
||||
return 0;
|
||||
|
||||
ctr_texture_t* texture = calloc(1, sizeof(ctr_texture_t));
|
||||
uint32_t texsize = image->width * image->height * sizeof(uint32_t);
|
||||
|
Loading…
Reference in New Issue
Block a user