Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env bash
- # This file is part of The RetroPie Project
- #
- # The RetroPie Project is the legal property of its developers, whose names are
- # too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
- #
- # See the LICENSE.md file at the top-level directory of this distribution and
- # at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
- #
- rp_module_id="emulationstation-carousel"
- rp_module_desc="EmulationStation - Carousel"
- rp_module_section="exp"
- function _get_input_cfg_emulationstation-carousel() {
- _get_input_cfg_emulationstation
- }
- function _update_hook_emulationstation-carousel() {
- _update_hook_emulationstation
- }
- function depends_emulationstation-carousel() {
- depends_emulationstation
- }
- function sources_emulationstation-carousel() {
- sources_emulationstation "https://github.com/zigurana/EmulationStation" "SystemCaroussel"
- }
- function build_emulationstation-carousel() {
- build_emulationstation
- }
- function install_emulationstation-carousel() {
- install_emulationstation
- }
- function init_input_emulationstation-carousel() {
- init_input_emulationstation
- }
- function copy_inputscripts_emulationstation-carousel() {
- copy_inputscripts_emulationstation
- }
- function install_launch_emulationstation-carousel() {
- install_launch_emulationstation
- }
- function clear_input_emulationstation-carousel() {
- clear_input_emulationstation
- }
- function configure_emulationstation-carousel() {
- configure_emulationstation
- }
- function gui_emulationstation-carousel() {
- gui_emulationstation
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement