adding controls
This commit is contained in:
parent
0855abfa00
commit
0559781294
7 changed files with 123 additions and 35 deletions
|
@ -16,7 +16,7 @@
|
|||
| :material-wifi: Wifi | Can be turned on in Emulation Station under Main Menu > Network Settings |
|
||||
| :simple-bluetooth: Bluetooth | Supports bluetooth audio and controllers |
|
||||
|
||||
## :material-controller: Controls
|
||||
## Controls
|
||||
|
||||
{%set btn_north = 'X(NORTH)' %}
|
||||
{%set btn_west = 'Y(WEST)' %}
|
||||
|
|
|
@ -21,6 +21,32 @@ search:
|
|||
| :material-wifi: Wifi | Can be turned on in Emulation Station under Main Menu > Network Settings |
|
||||
| :simple-bluetooth: Bluetooth | Supports bluetooth audio and controllers |
|
||||
|
||||
## Controls
|
||||
|
||||
{%set btn_north = 'Y(NORTH)' %}
|
||||
{%set btn_west = 'X(WEST)' %}
|
||||
{%set btn_south = 'A(SOUTH)' %}
|
||||
{%set btn_east = 'B(EAST)' %}
|
||||
|
||||
{%include 'controls/retroarch.md' %}
|
||||
{%include 'controls/mednafen.md' %}
|
||||
{%include 'controls/mupen64plus.md' %}
|
||||
|
||||
{%set btn_save = 'R2' %}
|
||||
{%set btn_load = 'L2' %}
|
||||
{%set btn_menu = 'R3' %}
|
||||
{%include 'controls/ppsspp.md' %}
|
||||
|
||||
{%include 'controls/hypseus-singe.md' %}
|
||||
|
||||
{%set btn_pre1 = 'SELECT' %}
|
||||
{%set btn_pre2 = 'START' %}
|
||||
{%include 'controls/extra.md' %}
|
||||
|
||||
## Emulators
|
||||
|
||||
- [Platform Documentation (RK3566)](https://github.com/JustEnoughLinuxOS/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3566)
|
||||
|
||||
## Notes
|
||||
|
||||
### Installation
|
||||
|
@ -28,8 +54,4 @@ search:
|
|||
Download the latest `RK3566` version of JELOS from the button below and follow the instructions listed on the [Install](../../../play/install/) page.
|
||||
|
||||
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=111111&color=5998FF&label=Latest&style=flat#only-light)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
|
||||
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=dddddd&color=5998FF&label=Latest&style=flat#only-dark)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
|
||||
|
||||
## Additional References
|
||||
|
||||
- [Platform Documentation (RK3566)](https://github.com/JustEnoughLinuxOS/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3566)
|
||||
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=dddddd&color=5998FF&label=Latest&style=flat#only-dark)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
|
|
@ -8,6 +8,10 @@
|
|||
| -- | -- | -- | -- | -- |
|
||||
| RGB10 | Rockchip RK3326 (ARM) | Mainline Linux | Panfrost | Weston + Emulation Station |
|
||||
|
||||
## Emulators
|
||||
|
||||
- [Platform Documentation (RK3326)](https://github.com/JustEnoughLinuxOS/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3326)
|
||||
|
||||
## Notes
|
||||
|
||||
### Installation
|
||||
|
@ -15,8 +19,4 @@
|
|||
Download the latest `RK3326` version of JELOS from the button below and follow the instructions listed on the [Install](../../../play/install/) page.
|
||||
|
||||
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=111111&color=5998FF&label=Latest&style=flat#only-light)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
|
||||
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=dddddd&color=5998FF&label=Latest&style=flat#only-dark)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
|
||||
|
||||
## Additional References
|
||||
|
||||
- [Platform Documentation (RK3326)](https://github.com/JustEnoughLinuxOS/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3326)
|
||||
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=dddddd&color=5998FF&label=Latest&style=flat#only-dark)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
|
|
@ -16,24 +16,47 @@
|
|||
| :material-wifi: Wifi | Can be turned on in Emulation Station under Main Menu > Network Settings |
|
||||
| :simple-bluetooth: Bluetooth | Supports bluetooth audio and controllers |
|
||||
|
||||
## Controls
|
||||
|
||||
{%set btn_north = 'Y(NORTH)' %}
|
||||
{%set btn_west = 'X(WEST)' %}
|
||||
{%set btn_south = 'A(SOUTH)' %}
|
||||
{%set btn_east = 'B(EAST)' %}
|
||||
|
||||
{%include 'controls/retroarch.md' %}
|
||||
{%include 'controls/mednafen.md' %}
|
||||
{%include 'controls/mupen64plus.md' %}
|
||||
|
||||
{%set btn_save = 'R2' %}
|
||||
{%set btn_load = 'L2' %}
|
||||
{%set btn_menu = 'R3' %}
|
||||
{%include 'controls/ppsspp.md' %}
|
||||
|
||||
{%include 'controls/hypseus-singe.md' %}
|
||||
|
||||
{%set btn_pre1 = 'SELECT' %}
|
||||
{%set btn_pre2 = 'START' %}
|
||||
{%include 'controls/extra.md' %}
|
||||
|
||||
## Emulators
|
||||
|
||||
- [Platform Documentation (RK3566)](https://github.com/JustEnoughLinuxOS/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3566)
|
||||
|
||||
## Notes
|
||||
|
||||
### Installation
|
||||
|
||||
#### Video Guide
|
||||
> Courtesy of [@RetroGameCorps](https://www.youtube.com/@RetroGameCorps)
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/yXtZTMxn94Q?si=WTPxyu2W1RyCk6sF" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
|
||||
Download the latest `RK3566` version of JELOS from the button below and follow the instructions listed on the [Install](../../../play/install/) page. Insert the SD card into the TF-OS slot of the device and power it on.
|
||||
|
||||
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=111111&color=5998FF&label=Latest&style=flat#only-light)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
|
||||
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=dddddd&color=5998FF&label=Latest&style=flat#only-dark)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
|
||||
|
||||
#### Video Guide
|
||||
> Courtesy of [@RetroGameCorps](https://www.youtube.com/@RetroGameCorps)
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/yXtZTMxn94Q?si=WTPxyu2W1RyCk6sF" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
|
||||
## Additional References
|
||||
|
||||
- [Platform Documentation (RK3566)](https://github.com/JustEnoughLinuxOS/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3566)
|
||||
|
||||
## Community Videos
|
||||
### Community Videos
|
||||
|
||||
| <iframe width="560" height="315" src="https://www.youtube.com/embed/KTb6ik1Eb40?si=gvmcp0znmXJcjTrQ&start=788" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> | <iframe width="560" height="315" src="https://www.youtube.com/embed/Tf4k6f8fgbY?si=qLEdnDXHRi3DdZuj&start=266" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> |
|
||||
| -- | -- |
|
||||
|
|
|
@ -16,6 +16,32 @@
|
|||
| :material-wifi: Wifi | Can be turned on in Emulation Station under Main Menu > Network Settings |
|
||||
| :simple-bluetooth: Bluetooth | Supports bluetooth audio and controllers |
|
||||
|
||||
## Controls
|
||||
|
||||
{%set btn_north = 'Y(NORTH)' %}
|
||||
{%set btn_west = 'X(WEST)' %}
|
||||
{%set btn_south = 'A(SOUTH)' %}
|
||||
{%set btn_east = 'B(EAST)' %}
|
||||
|
||||
{%include 'controls/retroarch.md' %}
|
||||
{%include 'controls/mednafen.md' %}
|
||||
{%include 'controls/mupen64plus.md' %}
|
||||
|
||||
{%set btn_save = 'R2' %}
|
||||
{%set btn_load = 'L2' %}
|
||||
{%set btn_menu = 'R3' %}
|
||||
{%include 'controls/ppsspp.md' %}
|
||||
|
||||
{%include 'controls/hypseus-singe.md' %}
|
||||
|
||||
{%set btn_pre1 = 'SELECT' %}
|
||||
{%set btn_pre2 = 'START' %}
|
||||
{%include 'controls/extra.md' %}
|
||||
|
||||
## Emulators
|
||||
|
||||
- [Platform Documentation (RK3566)](https://github.com/JustEnoughLinuxOS/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3566)
|
||||
|
||||
## Notes
|
||||
|
||||
### Installation
|
||||
|
@ -25,11 +51,7 @@ Download the latest `RK3566` version of JELOS from the button below and follow t
|
|||
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=111111&color=5998FF&label=Latest&style=flat#only-light)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
|
||||
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=dddddd&color=5998FF&label=Latest&style=flat#only-dark)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
|
||||
|
||||
## Additional References
|
||||
|
||||
- [Platform Documentation (RK3566)](https://github.com/JustEnoughLinuxOS/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3566)
|
||||
|
||||
## Community Videos
|
||||
### Community Videos
|
||||
|
||||
| <iframe width="560" height="315" src="https://www.youtube.com/embed/p54gKqePMjE?si=EmdWdA0XmzCyMT2h&start=316" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> | <iframe width="560" height="315" src="https://www.youtube.com/embed/rUSqHqgeXNY?si=Y4hNlAQGliuqrPi6&start=316" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> |
|
||||
| -- | -- |
|
||||
|
|
|
@ -16,6 +16,32 @@
|
|||
| :material-wifi: Wifi | Can be turned on in Emulation Station under Main Menu > Network Settings |
|
||||
| :simple-bluetooth: Bluetooth | Supports bluetooth audio and controllers |
|
||||
|
||||
## Controls
|
||||
|
||||
{%set btn_north = 'Y(NORTH)' %}
|
||||
{%set btn_west = 'X(WEST)' %}
|
||||
{%set btn_south = 'A(SOUTH)' %}
|
||||
{%set btn_east = 'B(EAST)' %}
|
||||
|
||||
{%include 'controls/retroarch.md' %}
|
||||
{%include 'controls/mednafen.md' %}
|
||||
{%include 'controls/mupen64plus.md' %}
|
||||
|
||||
{%set btn_save = 'R2' %}
|
||||
{%set btn_load = 'L2' %}
|
||||
{%set btn_menu = 'R3' %}
|
||||
{%include 'controls/ppsspp.md' %}
|
||||
|
||||
{%include 'controls/hypseus-singe.md' %}
|
||||
|
||||
{%set btn_pre1 = 'SELECT' %}
|
||||
{%set btn_pre2 = 'START' %}
|
||||
{%include 'controls/extra.md' %}
|
||||
|
||||
## Emulators
|
||||
|
||||
- [Platform Documentation (RK3566)](https://github.com/JustEnoughLinuxOS/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3566)
|
||||
|
||||
## Notes
|
||||
|
||||
### Installation
|
||||
|
@ -25,11 +51,7 @@ Download the latest `RK3566-X55` version of JELOS from the button below and foll
|
|||
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=111111&color=5998FF&label=Latest&style=flat#only-light)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
|
||||
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=dddddd&color=5998FF&label=Latest&style=flat#only-dark)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
|
||||
|
||||
## Additional References
|
||||
|
||||
- [Platform Documentation (RK3566)](https://github.com/JustEnoughLinuxOS/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3566)
|
||||
|
||||
## Community Videos
|
||||
### Community Videos
|
||||
|
||||
| <iframe width="560" height="315" src="https://www.youtube.com/embed/GRWvXiwTn-w?si=jelKwX3yJ8irIp6N&start=1008" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> | <iframe width="560" height="315" src="https://www.youtube.com/embed/QVLHJt-zdsM?si=RgcjLIcc1BTqr_vU&start=312" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> |
|
||||
| -- | -- |
|
||||
|
|
|
@ -18,6 +18,10 @@ search:
|
|||
| -- | -- |
|
||||
| :material-wifi: Wifi | Can be turned on in Emulation Station under Main Menu > Network Settings |
|
||||
|
||||
## Emulators
|
||||
|
||||
- [Platform Documentation (RK3326)](https://github.com/JustEnoughLinuxOS/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3326)
|
||||
|
||||
## Notes
|
||||
|
||||
### Installation
|
||||
|
@ -25,9 +29,4 @@ search:
|
|||
Download the latest `RK3326` version of JELOS from the button below and follow the instructions listed on the [Install](../../../play/install/) page.
|
||||
|
||||
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=111111&color=5998FF&label=Latest&style=flat#only-light)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
|
||||
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=dddddd&color=5998FF&label=Latest&style=flat#only-dark)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
|
||||
|
||||
## Additional References
|
||||
|
||||
- [Platform Documentation (RK3326)](https://github.com/JustEnoughLinuxOS/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3326)
|
||||
- [Device Quirks](https://github.com/JustEnoughLinuxOS/distribution/tree/main/packages/hardware/quirks/devices/Anbernic%20RG351M)
|
||||
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=dddddd&color=5998FF&label=Latest&style=flat#only-dark)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
|
Loading…
Reference in a new issue