Skip to content

Commit a6099b6

Browse files
committed
Tue Jan 5 13:30:46 EST 2021 - added USAGE.md
1 parent a393088 commit a6099b6

File tree

4 files changed

+62
-0
lines changed

4 files changed

+62
-0
lines changed

Launchers/esplay-retro-emulation

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit f0f84492721defe67ec5e55c9111b75e5e58cc00

Launchers/retro-esp32/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# The following lines of boilerplate have to be in your project's
2+
# CMakeLists in this exact order for cmake to work correctly
3+
project("Retro ESP32")
4+
5+
set(MAIN_SRCS main/main.c)

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ We kept installation of Retro ESP32 super simple.
6262
- [x] **Favorites List** *(Another First)*
6363
- [x] **3** Scale levels for *'Core'* Emaulators *(Original, Box, Full Screen)*
6464

65+
## Usage
66+
> What to press and when
67+
68+
Please see the [Usage](USAGE.md) Document
69+
6570
## Have your say!
6671
> Don't be shy, our team is here
6772
@@ -86,6 +91,7 @@ This project is licensed under the Creative Commons Attribution Share Alike 4.0
8691
* [hardkernel](https://github.com/hardkernel)
8792
* [ducalex](https://github.com/ducalex/)
8893

94+
8995
-----
9096

9197
## Support

USAGE.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# ![Retro ESP32](Assets/logo.jpg)
2+
> Retro ESP32 is a turbo charged Odroid Go Launcher, Emulator and ROM Manager
3+
4+
## Usage
5+
> What to press and when
6+
7+
### Retro ESP32 Launcher
8+
> Basic Usage
9+
10+
- *Left / Right* Navigate Between Emulator and Settings
11+
- *Up / Down* Navigate In Current Emulator / Settings
12+
- *A* Used as confirm action
13+
- *B* Used as back to previous action
14+
- *Start / Select* Page Up / Down
15+
- *Start + Select* Restart Launcher
16+
17+
### In Game
18+
> Special Actions
19+
20+
- *Menu Button on Odroid (Start + Select on Retro ESP32) Enter In Game Menu
21+
- *Up / Down* Navigate In Game Menu
22+
- *A* Used as confirm action
23+
- *B* Used as back to previous action
24+
25+
### Special
26+
27+
Should you ever encounter a locked game, or unresponsive emulator.
28+
29+
1. Turn off the device
30+
2. Press and Hold *Menu Button on Odroid (Start + Select on Retro ESP32)*
31+
3. Turn on the device
32+
4. Retro ESP32 Launcher will reboot
33+
34+
-----
35+
36+
## Support
37+
> Although we do this for 💕 of 🕹️<br/>
38+
> **We Also Like Coffee!** <br/>
39+
> *Please Consider Supporting* <br/>
40+
41+
42+
43+
Did you know, you can support us in a few way? We offer multiple sposorship tiers, with different rewards!
44+
45+
Take a *look*.
46+
See what *fits*.
47+
48+
[![Support](https://raw.githubusercontent.com/retro-esp32/RetroESP32/master/Assets/sponsor.jpg)](https://github.com/sponsors/retro-esp32)
49+
50+
**Thank You**

0 commit comments

Comments
 (0)