Skip to content

Commit

Permalink
Fix README.md links
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsuki committed Sep 8, 2022
1 parent e973256 commit 36e5593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ViGEm busを経由して、USB接続のNintendo Switch Pro ControllerをXBox con

- Pro Controller user-mode driver

[`ProControllerHid/`](ProControllerHid/) ディレクトリにあります。
[`ProControllerHid/`](https://github.com/ttsuki/ProControllerHid) ディレクトリにあります。

- スティック・ボタン入力の他、6軸IMU(加速度・ジャイロ)センサ入力、振動出力をサポートしています。

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@

- ViGEm C++ Client (RAII wrapper)

is in [ViGEmClient/](ViGEmClient/) directory.
is in [`ViGEmClient/`](ViGEmClient/) directory.

- Pro Controller user-mode driver

is in [ProControllerHid](ProControllerHid/) directory.
is in [`ProControllerHid/`](https://github.com/ttsuki/ProControllerHid) submodule.

- It supports sticks/buttons input, 6-axis IMU sensor input, and basic rumbling output.

Expand Down

0 comments on commit 36e5593

Please sign in to comment.