Skip to content

Commit 13f85c9

Browse files
committed
Update config-guide.html
1 parent 7967579 commit 13f85c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config-guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ <h2>7) Creating a CONFIG</h2>
242242
<br>To convert a command from hex to binary, simply take the characters after <strong>0x</strong> and add "<strong>00 00 00</strong>". For instance, the command for pressure sensitivity is <strong>0x50</strong>. This becomes "<strong>50 00 00 00</strong>" in binary.
243243
<br>If your command requires parameters, add these after the command. For instance, the command for multitap is <strong>0x1C</strong>, and it requires a parameter to set which port to use. To enable multitap on port 1, the full command becomes <code>1C 00 00 00 01 00 00 00</code>.
244244
</p>
245-
<br>CONFIG template: <a href="https://github.com/ps3classics/ps2/TEMPLATE.CONFIG" download="TEMPLATE.CONFIG" class="btn primary">Download Blank CONFIG</a>
245+
<a href="https://github.com/ps3classics/ps2/raw/refs/heads/main/TEMPLATE.CONFIG" download="TEMPLATE.CONFIG" class="btn primary">Download CONFIG Template</a>
246246
</section>
247247

248248
<section id="links" class="card">

0 commit comments

Comments
 (0)