From 0cc746267e2e22a8708de7b4fdf2df120f9d0967 Mon Sep 17 00:00:00 2001
From: KostaSaizo7 <grigeo2@gmail.com>
Date: Fri, 7 Jul 2023 20:37:22 +0300
Subject: [PATCH 1/2] Update readme.md

---
 readme.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/readme.md b/readme.md
index a47284c5..c9a06beb 100644
--- a/readme.md
+++ b/readme.md
@@ -45,6 +45,20 @@ 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
+- 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
+
 # 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.

From f07d2c23b69909c0c7c1c04a1880cc2e9f734916 Mon Sep 17 00:00:00 2001
From: KostaSaizo7 <grigeo2@gmail.com>
Date: Fri, 7 Jul 2023 20:51:12 +0300
Subject: [PATCH 2/2] Added note about controller and touch

---
 readme.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/readme.md b/readme.md
index c9a06beb..964b8e56 100644
--- a/readme.md
+++ b/readme.md
@@ -46,6 +46,7 @@ cmake .. -DCMAKE_BUILD_TYPE=Release # Set up compilers etc here if you'd like
 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
@@ -58,6 +59,9 @@ Simply drag and drop a ROM to the executable if supported, or invoke the executa
 - 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.