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));
|
||||
|
||||
if (!path_is_valid(texpath))
|
||||
return false;
|
||||
|
||||
if (!image_texture_load(&ti, texpath))
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue