CHG: Updated copyright information.

This commit is contained in:
Florian 2015-10-11 21:03:16 +02:00
parent 2af5f1d15e
commit db0dd30692
128 changed files with 420 additions and 328 deletions

50
AUTHORS
View file

@ -1,53 +1,5 @@
Florian Müller - <contact@petrockblock.com>
Florian Müller - <contact [at] petrockblock.com>
- Main code, maintainer
Jools Wills - <buzz [at] exotica.org.uk>
- Main code, maintainer
Peter Mahlknecht
- Rootdir, user, groups handling, bug fixes
Aloshi
- Emulation Station, updates for APT packages
Martin Modahl - <mmodahl@gmail.com>
- Check for free disk space
marqs
- gamecon_gpio_rpi module
Juan Pablo Zapata, jpzapa
- ES-thegamesdb-scraper, script dependencies
Xevin
- Themes artwork
James Le Cuirot <chewi@aura-online.co.uk>
- gitPullOrClone
Ewan Meadows
- SNESDev init.d script
Adam "adskiremote"
- eDuke32
Hyperspin <http://www.hyperspin-fe.com>
- some of the themes artwork
Claudio Cesar Sanchez Tejeda,
- Added FBA emulator
cdu13a
- Intellivision
Christian Bryn <chr.bryn@gmail.com>
- ROM synchronizatoin script, retropie script enhancements
Adam Smith
- set_changeAudioOutput
Adrian Moisey
Sergej Tatarincev
For most recent list see also https://github.com/RetroPie/RetroPie-Setup/graphs/contributors

28
COPYRIGHT.md Normal file
View file

@ -0,0 +1,28 @@
The RetroPie Project
Copyright (C) 20012-2015 by the following:
If you have contributed to this project then you deserve to be on this
list. Contact us (see: AUTHORS) and we'll add you.
Florian Müller "petrockblog"
Jools Wills "joolswills"
Peter Mahlknecht
Aloshi
Martin Modahl
marqs
Juan Pablo Zapata, jpzapa
Xevin
James Le Cuirot
Ewan Meadows
Adam "adskiremote"
Hyperspin
Claudio Cesar Sanchez Tejeda,
cdu13a
Christian Bryn
Adam Smith
Adrian Moisey
Sergej Tatarincev
"HerbFargus"
Stefan "gizmo98"
For most recent list see also https://github.com/RetroPie/RetroPie-Setup/graphs/contributors

5
retropie_packages.sh Executable file → Normal file
View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

5
retropie_setup.sh Executable file → Normal file
View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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
@ -345,4 +346,4 @@ function configure_setup() {
fi
done
clear
}
}

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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
@ -33,4 +34,4 @@ function configure_ags() {
mkRomDir "ags"
addSystem 1 "$md_id" "ags" "xinit $md_inst/bin/ags --fullscreen %ROM%" "Adventure Game Studio" ".exe"
}
}

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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
@ -33,4 +34,4 @@ function configure_frotz() {
chown -R $user:$user "$romdir/zmachine/"*
addSystem 1 "$md_id" "zmachine" "frotz %ROM%" "Z-machine" ".dat .z5"
}
}

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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
@ -14,8 +15,7 @@ rp_module_menus="4+"
rp_module_flags="!odroid"
function depends_mupen64plus-testing() {
getDepends libsamplerate0-dev libspeexdsp-dev libsdl2-dev
[[ "$__default_gcc_version" == "4.7" ]] && getDepends gcc-4.8 g++-4.8
getDepends libsamplerate0-dev libspeexdsp-dev libsdl2-dev gcc-4.8
}
function sources_mupen64plus-testing() {
@ -75,11 +75,7 @@ function build_mupen64plus-testing() {
$md_build/GLideN64/src/getRevision.sh
pushd $md_build/GLideN64/projects/cmake
# this plugin needs at least gcc-4.8
if [[ "$__default_gcc_version" == "4.7" ]]; then
cmake -DCMAKE_C_COMPILER=gcc-4.8 -DCMAKE_CXX_COMPILER=g++-4.8 -DMUPENPLUSAPI=On ../../src/
else
cmake -DMUPENPLUSAPI=On ../../src/
fi
cmake -DCMAKE_C_COMPILER=gcc-4.8 -DCMAKE_CXX_COMPILER=g++-4.8 -DMUPENPLUSAPI=On ../../src/
make
popd

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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
@ -14,8 +15,7 @@ rp_module_menus="2+"
rp_module_flags="!odroid"
function depends_mupen64plus() {
getDepends libsamplerate0-dev libspeexdsp-dev libsdl2-dev
[[ "$__default_gcc_version" == "4.7" ]] && getDepends gcc-4.8 g++-4.8
getDepends libsamplerate0-dev libspeexdsp-dev libsdl2-dev gcc-4.8
}
function sources_mupen64plus() {
@ -71,16 +71,12 @@ function build_mupen64plus() {
fi
done
# build GLideN64
# build GLideN64
chmod +x $md_build/GLideN64/src/getRevision.sh
$md_build/GLideN64/src/getRevision.sh
pushd $md_build/GLideN64/projects/cmake
# this plugin needs at least gcc-4.8
if [[ "$__default_gcc_version" == "4.7" ]]; then
cmake -DCMAKE_C_COMPILER=gcc-4.8 -DCMAKE_CXX_COMPILER=g++-4.8 -DMUPENPLUSAPI=On ../../src/
else
cmake -DMUPENPLUSAPI=On ../../src/
fi
cmake -DCMAKE_C_COMPILER=gcc-4.8 -DCMAKE_CXX_COMPILER=g++-4.8 -DMUPENPLUSAPI=On ../../src/
make
popd

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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
@ -97,4 +98,4 @@ function configure_dispmanx_on_vice() {
iniConfig "=" "" "$configdir/c64/sdl-vicerc"
iniSet "VICIIDoubleSize" "0"
iniSet "VICIIDoubleScan" "0"
}
}

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# See the LICENSE.md file at the top-level directory of this distribution and
# at https://raw.githubusercontent.com/petrockblog/RetroPie-Setup/master/LICENSE.md.
@ -79,4 +80,4 @@ _EOF_
setDispmanx "$md_id" 1
addSystem 1 "$md_id" "zxspectrum" "$romdir/zxspectrum/+Start\ ZEsarUX.sh %ROM%" "" ".sh"
}
}

View file

@ -1,8 +1,9 @@
#!/bin/bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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
@ -42,4 +43,4 @@ function configure_lr-bluemsx() {
setRetroArchCoreOption "bluemsx_msxtype" "MSX2+"
addSystem 1 "$md_id" "msx" "$md_inst/bluemsx_libretro.so"
}
}

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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
@ -33,4 +34,4 @@ function configure_lr-mednafen-ngp() {
ensureSystemretroconfig "ngp"
addSystem 1 "$md_id" "ngp" "$md_inst/mednafen_ngp_libretro.so"
}
}

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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
@ -33,4 +34,4 @@ function configure_lr-mednafen-wswan() {
ensureSystemretroconfig "wonderswan"
addSystem 1 "$md_id" "wonderswan" "$md_inst/mednafen_wswan_libretro.so"
}
}

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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
@ -146,4 +147,4 @@ _EOF_
# Add descent1 to emulationstation
setESSystem 'Ports' 'ports' '~/RetroPie/roms/ports' '.sh .SH' '%ROM%' 'pc' 'ports'
}
}

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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
@ -58,4 +59,4 @@ _EOF_
chmod +x "$romdir/ports/Duke3D Shareware.sh"
setESSystem 'Ports' 'ports' '~/RetroPie/roms/ports' '.sh .SH' '%ROM%' 'pc' 'ports'
}
}

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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
@ -41,4 +42,4 @@ _EOF_
chmod +x "$romdir/ports/Super Mario War.sh"
setESSystem 'Ports' 'ports' '~/RetroPie/roms/ports' '.sh .SH' '%ROM%' 'pc' 'ports'
}
}

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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
@ -94,4 +95,4 @@ _EOF_
mkdir -p "/etc/emulationstation"
configure_inputconfig_emulationstation
}
}

View file

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# This file is part of RetroPie.
# This file is part of The RetroPie Project
#
# (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
# 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 wit this distribution.
#
# 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
@ -87,4 +88,4 @@ function onstart_emulationstation_keyboard() {
function map_emulationstation_keyboard() {
map_emulationstation_joystick "$@"
}
}

Some files were not shown because too many files have changed in this diff Show more