Merge pull request #11847 from gblues/gblues/wiiu-slow-startup

Remove the path_is_valid() call when loading textures
This commit is contained in:
Autechre 2021-01-08 10:12:53 +01:00 committed by GitHub
commit 3530fe9c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;