mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +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; \
|
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)
|
struct texture_image *image)
|
||||||
{
|
{
|
||||||
unsigned tmp_pitch, width2, i;
|
unsigned tmp_pitch, width2, i;
|
||||||
@ -196,7 +196,7 @@ static bool video_texture_image_load_png(
|
|||||||
a_shift, out_img);
|
a_shift, out_img);
|
||||||
|
|
||||||
#ifdef GEKKO
|
#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);
|
video_texture_image_free(out_img);
|
||||||
goto end;
|
goto end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user