mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
Merge pull request #81 from KostaSaizo7/master
Update Readme with controls
This commit is contained in:
commit
a4152199d3
1 changed files with 18 additions and 0 deletions
18
readme.md
18
readme.md
|
@ -45,6 +45,24 @@ cmake .. -DCMAKE_BUILD_TYPE=Release # Set up compilers etc here if you'd like
|
|||
# How to use
|
||||
Simply drag and drop a ROM to the executable if supported, or invoke the executable from the command line with the path to the ROM as the first argument.
|
||||
|
||||
## Controls
|
||||
Keyboard & Mouse
|
||||
- Up button W
|
||||
- Down button S
|
||||
- Left button A
|
||||
- Right button D
|
||||
- A button L
|
||||
- B button K
|
||||
- X button O
|
||||
- Y button I
|
||||
- L button Q
|
||||
- R button P
|
||||
- Start button Enter
|
||||
- Select button Backspace
|
||||
- Touch Screen Left click
|
||||
|
||||
Panda3DS also supports controller input using the SDL2 GameController API.
|
||||
|
||||
# Acknowledgements
|
||||
- [3DBrew](https://www.3dbrew.org/wiki/Main_Page), a wiki full of 3DS information and the main source of documentation used.
|
||||
- [GBATek](https://www.problemkaputt.de/gbatek.htm#3dsreference), a GBA, DS and 3DS reference which provided insights on some pieces of hardware as well as neatly documenting things like certain file formats used in games.
|
||||
|
|
Loading…
Add table
Reference in a new issue