Adapt various input devices to various output devices.
https://github.com/OpenRetroPad/OpenRetroPad
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
hwids | 2 years ago | |
include | 2 years ago | |
lib | 2 years ago | |
src | 2 years ago | |
test | 2 years ago | |
.clang-format | 2 years ago | |
.gitignore | 2 years ago | |
CMakeLists.txt | 2 years ago | |
code-format.sh | 2 years ago | |
license.md | 2 years ago | |
platformio.ini | 2 years ago | |
readme.md | 2 years ago | |
sdkconfig.defaults | 2 years ago |
readme.md
OpenRetroPad
Adapt various input devices to various output devices.
Build using PlatformIO using pio run
or pio run -e $board-$input-$output
for a specific target/env.
env's are laid out like $board-$input-$output
supported values:
- $board: micro, esp32
- $input: snes, genesis, psx, n64, radio, debug
- $output: radio, usb, usbradio, switchusb, bt, debug
- please note not all boards are compatible with all inputs/outputs, for example esp32 can only do bt, micro can only do radio or usb
Credits / Links
Code and/or inspiration was (or will be) taken from these places, in no particular order: