mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Rearrange this
This commit is contained in:
parent
c560f1c71b
commit
5d06f654da
@ -1365,11 +1365,6 @@ static void xmb_context_reset_horizontal_list(
|
|||||||
file_path_str(FILE_PATH_PNG_EXTENSION),
|
file_path_str(FILE_PATH_PNG_EXTENSION),
|
||||||
sizeof(texturepath));
|
sizeof(texturepath));
|
||||||
|
|
||||||
fill_pathname_join_concat(content_texturepath, iconpath,
|
|
||||||
sysname,
|
|
||||||
"-content.png",
|
|
||||||
sizeof(content_texturepath));
|
|
||||||
|
|
||||||
if (image_texture_load(&ti, texturepath))
|
if (image_texture_load(&ti, texturepath))
|
||||||
{
|
{
|
||||||
if(ti.pixels)
|
if(ti.pixels)
|
||||||
@ -1382,6 +1377,11 @@ static void xmb_context_reset_horizontal_list(
|
|||||||
image_texture_free(&ti);
|
image_texture_free(&ti);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fill_pathname_join_concat(content_texturepath, iconpath,
|
||||||
|
sysname,
|
||||||
|
"-content.png",
|
||||||
|
sizeof(content_texturepath));
|
||||||
|
|
||||||
if (image_texture_load(&ti, content_texturepath))
|
if (image_texture_load(&ti, content_texturepath))
|
||||||
{
|
{
|
||||||
if(ti.pixels)
|
if(ti.pixels)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user