Device Prep
This commit is contained in:
parent
0559781294
commit
d29409437e
4 changed files with 44 additions and 1 deletions
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
|
@ -2,7 +2,6 @@
|
||||||
search:
|
search:
|
||||||
exclude: true
|
exclude: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Powkiddy RGB10 Max 3
|
# Powkiddy RGB10 Max 3
|
||||||
|
|
||||||
![](../../_inc/images/devices/powkiddy-rgb10max3.png){ .off-glb }
|
![](../../_inc/images/devices/powkiddy-rgb10max3.png){ .off-glb }
|
||||||
|
|
40
docs/devices/unbranded/game-console-r33s.md
Normal file
40
docs/devices/unbranded/game-console-r33s.md
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
---
|
||||||
|
search:
|
||||||
|
exclude: true
|
||||||
|
---
|
||||||
|
# Game Console R33S
|
||||||
|
|
||||||
|
![](../../_inc/images/devices/unbranded-game-console-r33s.png){ .off-glb }
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
| Device | CPU / Architecture | Kernel | GL driver | Interface |
|
||||||
|
| -- | -- | -- | -- | -- |
|
||||||
|
| R33S | Rockchip RK3326 (ARM) | Mainline Linux | Panfrost | Weston + Emulation Station |
|
||||||
|
|
||||||
|
## 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' %}
|
||||||
|
|
||||||
|
{%set btn_pre1 = 'SELECT' %}
|
||||||
|
{%set btn_pre2 = 'START' %}
|
||||||
|
{%include 'controls/extra.md' %}
|
||||||
|
|
||||||
|
## Emulators
|
||||||
|
|
||||||
|
- [Platform Documentation (RK3326)](https://github.com/JustEnoughLinuxOS/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3326)
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
### Installation
|
||||||
|
|
||||||
|
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)
|
|
@ -232,7 +232,11 @@ nav:
|
||||||
- Orange Pi 5: devices/orange-pi/orange-pi-5.md
|
- Orange Pi 5: devices/orange-pi/orange-pi-5.md
|
||||||
- Powkiddy:
|
- Powkiddy:
|
||||||
- RGB10 Max 3 Pro: devices/powkiddy/rgb10-max-3-pro.md
|
- RGB10 Max 3 Pro: devices/powkiddy/rgb10-max-3-pro.md
|
||||||
|
#- RGB10 Max 3: devices/powkiddy/rgb10-max-3.md
|
||||||
- RGB30: devices/powkiddy/rgb30.md
|
- RGB30: devices/powkiddy/rgb30.md
|
||||||
- RK2023: devices/powkiddy/rk2023.md
|
- RK2023: devices/powkiddy/rk2023.md
|
||||||
- x55: devices/powkiddy/x55.md
|
- x55: devices/powkiddy/x55.md
|
||||||
- RGB10: devices/powkiddy/rgb10.md
|
- RGB10: devices/powkiddy/rgb10.md
|
||||||
|
#- XU10: devices/powkiddy/xu10.md
|
||||||
|
#- Unbranded:
|
||||||
|
#- Game Console R33S: devices/unbranded/game-console-r33s.md
|
||||||
|
|
Loading…
Reference in a new issue