mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
(Ozone) Fix regression with sidebar textures
This commit is contained in:
parent
e7eb0e2b3e
commit
71cc43651a
@ -644,14 +644,14 @@ void ozone_context_reset_horizontal_list(ozone_handle_t *ozone)
|
|||||||
PATH_MAX_LENGTH * sizeof(char));
|
PATH_MAX_LENGTH * sizeof(char));
|
||||||
|
|
||||||
fill_pathname_join_concat(texturepath, icons_path, sysname,
|
fill_pathname_join_concat(texturepath, icons_path, sysname,
|
||||||
".lpl",
|
".png",
|
||||||
PATH_MAX_LENGTH * sizeof(char));
|
PATH_MAX_LENGTH * sizeof(char));
|
||||||
|
|
||||||
/* If the playlist icon doesn't exist return default */
|
/* If the playlist icon doesn't exist return default */
|
||||||
|
|
||||||
if (!path_is_valid(texturepath))
|
if (!path_is_valid(texturepath))
|
||||||
fill_pathname_join_concat(texturepath, icons_path, "default",
|
fill_pathname_join_concat(texturepath, icons_path, "default",
|
||||||
".lpl",
|
".png",
|
||||||
PATH_MAX_LENGTH * sizeof(char));
|
PATH_MAX_LENGTH * sizeof(char));
|
||||||
|
|
||||||
ti.width = 0;
|
ti.width = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user