mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 10:20:57 +00:00
Merge pull request #11847 from gblues/gblues/wiiu-slow-startup
Remove the path_is_valid() call when loading textures
This commit is contained in:
commit
3530fe9c3f
@ -1489,9 +1489,6 @@ bool gfx_display_reset_textures_list(
|
|||||||
|
|
||||||
fill_pathname_join(texpath, iconpath, texture_path, sizeof(texpath));
|
fill_pathname_join(texpath, iconpath, texture_path, sizeof(texpath));
|
||||||
|
|
||||||
if (!path_is_valid(texpath))
|
|
||||||
return false;
|
|
||||||
|
|
||||||
if (!image_texture_load(&ti, texpath))
|
if (!image_texture_load(&ti, texpath))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user