mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
Clarify batch mode for cg2xml.py.
This commit is contained in:
parent
9105b441b8
commit
804cadb6b5
@ -283,6 +283,7 @@ def convert(source, dest):
|
||||
def main():
|
||||
if len(sys.argv) != 3:
|
||||
print('Usage: {} prog.cg prog.shader'.format(sys.argv[0]))
|
||||
print('Batch mode usage: {} cg-dir out-xml-shader-dir'.format(sys.argv[0]))
|
||||
return 1
|
||||
|
||||
if os.path.isdir(sys.argv[1]):
|
||||
|
Loading…
x
Reference in New Issue
Block a user