Function install_reshade

Source
pub async fn install_reshade(
    data_dir: &Path,
    game_path: &Path,
    vanilla: bool,
) -> ReShaderResult<()>
Expand description

Installs ReShade to the given game directory by symlinking the ReShade dll and d3dcompiler_47.dll to the game directory.

Depending on the vanilla parameter, it will symlink the vanilla or addon version of ReShade.