-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# RetroPad Editor | ||
Online tool to create and edit onscreen gamepads for RetroArch. | ||
|
||
https://valent-in.github.io/retropad-editor/ | ||
|
||
Features: | ||
- Create, move, resize buttons of virtual gamepad. | ||
- Multiple layers; auto switch orientation for portrait overlays. | ||
- Fix overlay aspect ratio. | ||
- Can use external image resources. | ||
|
||
Config file and images must be stored in same folder. | ||
On most Android devices RetroArch will open config only from internal memory even acces to sdcard is granted. | ||
- This editor can load but NOT save configs with image paths (img/A.png will be saved as A.png) | ||
- Does not support old (integer) format. | ||
--- | ||
Used media resources from https://github.com/libretro/common-overlays (button images) and https://github.com/libretro/RetroArch (icon). |