mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 19:21:27 +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));
|
||||
|
||||
if (!path_is_valid(texpath))
|
||||
return false;
|
||||
|
||||
if (!image_texture_load(&ti, texpath))
|
||||
return false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user