diff options
author | 2024-03-31 03:04:09 +0900 | |
---|---|---|
committer | 2024-03-31 05:04:09 +1100 | |
commit | 79c1ae350d07b2c7516e4d2652453cb955067814 (patch) | |
tree | 8c828c327a9d25a1ed7be3162a9a42a48f33334a /docs/source/tools | |
parent | 5c71d40e53b61e9c3da86b3ea7be9cd4fde7f8fe (diff) |
tools/chdman.cpp: Added support for extracting cue/bin GD-ROM images and producing one binary file per track. (#12191)
* Use --splitbin/-sb option for extractcd to produce one binary file per track.
* When producing one binary file per track, the binary file name must contain a %t format conversion for the track number.
Diffstat (limited to 'docs/source/tools')
-rw-r--r-- | docs/source/tools/chdman.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/tools/chdman.rst b/docs/source/tools/chdman.rst index 04612642764..cbf16fcba75 100644 --- a/docs/source/tools/chdman.rst +++ b/docs/source/tools/chdman.rst @@ -319,6 +319,7 @@ Common options supported: Additional options: * ``--outputbin <file>`` / ``-ob <file>`` +* ``--splitbin`` / ``-sb`` extractdvd ~~~~~~~~~~ |