Browse Source

Fix Switch shader compiler path

main
jnat 1 year ago
parent
commit
f5211d4481
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build/msbuild/kinc.vars.props

+ 1
- 1
build/msbuild/kinc.vars.props View File

@@ -35,7 +35,7 @@
</PropertyGroup>

<PropertyGroup Label="UserMacros" Condition="'$(Platform)'=='NX32' Or '$(Platform)'=='NX64'">
<ShaderCompiler>$(KINC_SDK_PATH)\..\Backends\Switch\krafix\krafix-switch.exe</ShaderCompiler>
<ShaderCompiler>$(KINC_SDK_PATH)\..\Backends\Switch\Tools\krafix-switch.exe</ShaderCompiler>
<ShaderPlatform>switch</ShaderPlatform>
<ShaderProfile>switch</ShaderProfile>
<KincIncludes>


Loading…
Cancel
Save