From 49bf095485ad7da34a41091c23a967af308164cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Parrino?= Date: Mon, 29 Jun 2026 09:53:02 -0300 Subject: [PATCH] Update README with Cg Toolkit download information Added download link for NVidia Cg Toolkit. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d189db1..8d135c88 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,13 @@ ported to the PS3 such as SDL and zlib. ### NVidia Cg Toolkit -The current shader workflow relies upon the discontinued proprietary NVidia Cg Toolkit +The current shader workflow relies upon the discontinued proprietary [NVidia Cg Toolkit](https://developer.nvidia.com/cg-toolkit) when compiling `.vcg` and `.fcg` shader sources. Cg Toolkit cannot be included in the PS3DEV environment - it must be installed separately. It is not required for applications that don't need shaders. +You can download the Cg Toolkit from: https://developer.nvidia.com/cg-toolkit-download + ## Documentation There is a [DeepWiki](https://deepwiki.com/ps3dev/PSL1GHT) set up for PSL1GHT that