Skip to content

Commit 637a6a0

Browse files
authored
Derps.
1 parent 163e1af commit 637a6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/modconv/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ modconv input.mod [-s output.smp] [-a amp] -o output.hit
1616
| input.mod | mandatory | Specify the input mod file. |
1717
| -o output.hit | mandatory | Name of the output file. |
1818
| -s output.smp | optional | Name of the output samples data file. |
19-
| -a amp | optional | Amplification factor. Default is 175 |
19+
| -a amp | optional | Amplification factor. Default is 175. |
2020
| -h | optional | Show help. |
2121

22-
If the `-i` argument is not provided, the sample data will be written to the .hit file itself, and can be loaded with the `MOD_Load` function from the modplayer library or the old Hitmen implementation. If the `-i` argument is provided, the sample data will be written into a separate file. Both will need to be loaded with the `MOD_LoadEx` function from the modplayer library, and is not backwards compatible with the old Hitmen implementation. This allows the user to have a simple way to unload the samples data from the main ram after the call to `MOD_LoadEx`, only keeping the .hit file in memory.
22+
If the `-s` argument is not provided, the sample data will be written to the .hit file itself, and can be loaded with the `MOD_Load` function from the modplayer library or the old Hitmen implementation. If the `-s` argument is provided, the sample data will be written into a separate file. Both will need to be loaded with the `MOD_LoadEx` function from the modplayer library, and is not backwards compatible with the old Hitmen implementation. This allows the user to have a simple way to unload the samples data from the main ram after the call to `MOD_LoadEx`, only keeping the .hit file in memory.

0 commit comments

Comments
 (0)