mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Clarify cg2glsl requires cgc 3.1.
This commit is contained in:
parent
4627c106e4
commit
880dec8c7f
@ -683,6 +683,7 @@ def main():
|
||||
if len(sys.argv) != 3:
|
||||
print('Usage: {} prog.cg(p) prog.glsl(p)'.format(sys.argv[0]))
|
||||
print('Batch mode usage: {} cg-dir out-xml-shader-dir'.format(sys.argv[0]))
|
||||
print('Requires Python 3 and cgc (nvidia-cg-toolkit) 3.1.')
|
||||
return 1
|
||||
|
||||
if os.path.isdir(sys.argv[1]):
|
||||
|
Loading…
Reference in New Issue
Block a user