remove a path i forgot doesnt have shaders in it lol
This commit is contained in:
parent
1e5f17978c
commit
dd4a7d8224
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ fn main() -> anyhow::Result<()> {
|
||||||
// write config file
|
// write config file
|
||||||
let config = r#"
|
let config = r#"
|
||||||
[GENERAL]
|
[GENERAL]
|
||||||
EffectSearchPaths=.\reshade-shaders\Shaders\**,.\reshade-shaders\FFXIV\**
|
EffectSearchPaths=.\reshade-shaders\Shaders\**
|
||||||
TextureSearchPaths=.\reshade-shaders\Textures\**
|
TextureSearchPaths=.\reshade-shaders\Textures\**
|
||||||
|
|
||||||
[SCREENSHOT]
|
[SCREENSHOT]
|
||||||
|
|
Loading…
Reference in a new issue