Skip to content

Commit

Permalink
Update controls to bypass n-key rollover cap
Browse files Browse the repository at this point in the history
  • Loading branch information
MythicalTrashcan committed Jan 17, 2024
1 parent fd5794e commit bf73372
Show file tree
Hide file tree
Showing 4 changed files with 602 additions and 618 deletions.
14 changes: 7 additions & 7 deletions games/sm64/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,31 +80,31 @@ <h3>
<tbody>
<tr>
<td>A</td>
<td>X</td>
<td>L</td>
</tr>
<tr>
<td>B</td>
<td>C</td>
<td><</td>
</tr>
<tr>
<td>L</td>
<td>Q</td>
<td>Right-Shift</td>
</tr>
<tr>
<td>Z</td>
<td>Space</td>
<td>K</td>
</tr>
<tr>
<td>Start</td>
<td>Enter</td>
<td>Space</td>
</tr>
<tr>
<td>C-Stick</td>
<td>WASD</td>
<td>Arrow Keys</td>
</tr>
<tr>
<td>Movement</td>
<td>Arrow Keys</td>
<td>WASD</td>
</tr>
</tbody>
</table>
Expand Down
Loading

0 comments on commit bf73372

Please sign in to comment.