diff options
author | Astatin <[email protected]> | 2025-03-12 18:59:27 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2025-03-12 18:59:27 +0900 |
commit | c07b53df795c2c0eadcb4cc19c7bb83f44a10855 (patch) | |
tree | 75b4013cf438e352489acca7aab5435accf9274f | |
parent | cd7f4140537c85a6a0ffed98a62b9593f324edbf (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ emulator <gameboy_rom> ## Gamepad -This emulator needs a gamepad to be connected to play. There is no keyboard option for now. +If you do not set the `-k` cli parameter, the emulator will try to find a gamepad. If there is the message `No gamepad found` in the first messages, it means your gamepad hasn't been detected or initialized properly. Connect a gamepad and restart the emulator to fix it. It should print `Found Gamepad id: GamepadId(0)` instead. |