ps2homebrew / hdl-dump

Install games in HDLoader format to APA-formatted hard drive
123 stars 25 forks source link

avoid trailing whitespace on partition name #54

Closed israpps closed 2 years ago

israpps commented 2 years ago

Pull Request checklist

Note: these are not necessarily requirements

Pull Request description

there is no data after partition name on toc, making the fprintf token to fill with whitespace till reaching 32 bytes useles

This only makes it Impossible for aumated scripts/ programs to pull the real partition name, since they can't make up the difference between real partition name whitespace and formatting whitespace.

I know that latest HDL-Dump does not allow whitespace into partition name anymore.

But consumers won't format the HDD again just because we changed partition name logic, (also, a lot of fools still use outdated tools like winhiip)