mirror of https://github.com/snes9xgit/snes9x.git
Remove texture canonicalization on global file name.
This commit is contained in:
parent
ed37f930aa
commit
10a2cd19d1
|
@ -114,10 +114,7 @@ bool SlangPreset::load_preset_file(string filename)
|
|||
if (!shader.load_file())
|
||||
return false;
|
||||
}
|
||||
|
||||
for (auto &texture : textures)
|
||||
canonicalize(texture.filename, conf.textures_filename);
|
||||
|
||||
|
||||
gather_parameters();
|
||||
|
||||
for (auto &p : parameters)
|
||||
|
|
Loading…
Reference in New Issue