This file contains hidden or 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
| #! /usr/bin/env python3 | |
| # Remaps the Donut Dodo Controller buttons to the values of Retropie's Joypad | |
| # definition. cf. https://retropie.org.uk/forum/topic/34334/ | |
| # Usage: | |
| # | |
| # 1. Run Donut Dodo and in the "Remap Controller" Menu select Factory Reset | |
| # once. This will create a | |
| # /opt/retropie/configs/ports/donutdodo/controller_mapping.dat |
This file contains hidden or 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
| #!/usr/bin/env bash | |
| # RetroPie scriptmodule for "Papers, Please" (the puzzle simulation video game | |
| # by Lucas Pope) | |
| # | |
| # Copyright 2024 Gemba @ Github | |
| # This file is part of The RetroPie Project | |
| # | |
| # The RetroPie Project is the legal property of its developers, whose names are |
OlderNewer