mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 21:10:15 +00:00
(gfx/video_texture_image.c) Cleanup
This commit is contained in:
parent
b268869669
commit
e7e9e90b0d
@ -116,7 +116,7 @@ bool video_texture_image_color_convert(unsigned r_shift,
|
||||
src += tmp_pitch; \
|
||||
}
|
||||
|
||||
static bool video_texture_image_rpng_gx_convert_texture32(
|
||||
static bool video_texture_image_internal_gx_convert_texture32(
|
||||
struct texture_image *image)
|
||||
{
|
||||
unsigned tmp_pitch, width2, i;
|
||||
@ -196,7 +196,7 @@ static bool video_texture_image_load_png(
|
||||
a_shift, out_img);
|
||||
|
||||
#ifdef GEKKO
|
||||
if (!video_texture_image_rpng_gx_convert_texture32(out_img))
|
||||
if (!video_texture_image_internal_gx_convert_texture32(out_img))
|
||||
{
|
||||
video_texture_image_free(out_img);
|
||||
goto end;
|
||||
|
Loading…
x
Reference in New Issue
Block a user