Skip to content

Commit 2770835

Browse files
committed
blocking devices
adding the correct flag to block unsupported devices - at this time. will be changed as attempts are made
1 parent bfe1622 commit 2770835

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+80
-74
lines changed

scriptmodules/emulators/aethersx2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rp_module_help="ROM Extensions: .iso .chd\n\nCopy your PS2 roms to $romdir/ps2"
1515
rp_module_licence="PROP"
1616
rp_module_repo="git https://github.com/retropieuser/aethersx2.git main"
1717
rp_module_section="exp"
18-
rp_module_flags="!all 64bit"
18+
rp_module_flags="!all 64bit !rpi4"
1919

2020
function depends_aethersx2() {
2121
local depends=(matchbox-window-manager xorg xserver-xorg-input-all mesa-vulkan-drivers pulseaudio pipewire-media-session-pulseaudio)

scriptmodules/emulators/box86.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rp_module_desc="Box86 emulator"
1414
rp_module_help="Place your x86 binaries $romdir/box86"
1515
rp_module_licence="MIT https://github.com/ptitSeb/box86/blob/master/LICENSE"
1616
rp_module_section="exp"
17-
rp_module_flags="rpi4 x11"
17+
rp_module_flags="rpi4 !rpi5 x11"
1818

1919
function _latest_ver_box86() {
2020
# This defines the Git tag / branch which will be used. Main repository is at:

scriptmodules/emulators/duckstation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rp_module_help="ROM Extensions: .bin .cue .img .iso\n\nCopy your PSX roms to $ro
1515
rp_module_licence="GPL2 https://raw.githubusercontent.com/stenzek/duckstation/master/LICENSE"
1616
rp_module_repo="file https://github.com/Exarkuniv/Rpi-pikiss-binary/raw/Master/duckstation-rpi-buster.tar.gz"
1717
rp_module_section="exp"
18-
rp_module_flags="!armv6 rpi4"
18+
rp_module_flags="!armv6 rpi4 !rpi5"
1919

2020
function depends_duckstation() {
2121
getDepends libsdl2-dev libxrandr-dev pkg-config qtbase5-dev qtbase5-private-dev qtbase5-dev-tools qttools5-dev libevdev-dev libwayland-dev libwayland-egl-backend-dev extra-cmake-modules libcurl4-gnutls-dev libgbm-dev libdrm-dev xorg matchbox-window-manager

scriptmodules/emulators/gearboy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rp_module_desc="Gearboy - Gameboy & Gameboy Color Emulator"
1515
rp_module_licence="GPL3 https://raw.githubusercontent.com/drhelius/Gearboy/master/LICENSE"
1616
rp_module_section="exp"
1717
rp_module_repo="git https://github.com/DrHelius/GearBoy.git master"
18-
rp_module_flags="!x86 !mali"
18+
rp_module_flags="!x86 !mali !rpi5"
1919

2020
function depends_gearboy() {
2121
getDepends build-essential libfreeimage-dev libopenal-dev libpango1.0-dev libsndfile1-dev libudev-dev libasound2-dev libjpeg-dev libtiff5-dev libwebp-dev automake libconfig++-dev libsdl2-dev libglew-dev

scriptmodules/emulators/kat5200.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rp_module_help="ROM Extensions: .7z .a52 .bin .zip .7Z .A52 .BIN .ZIP\n\nCopy yo
1616
rp_module_licence="GPL http://kat5200.jillybunch.com/doc/index.html"
1717
rp_module_repo="file http://kat5200.jillybunch.com/downloads/kat5200-0.8.1.tar.gz"
1818
rp_module_section="exp"
19-
rp_module_flags="!mali !kms"
19+
rp_module_flags="!mali !kms !rpi5"
2020

2121
function depends_kat5200() {
2222
getDepends libsqlite3-dev zlib1g zlib1g-dev libsdl2-dev libsdl2-image-dev libguichan-dev

scriptmodules/emulators/openbor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rp_module_help="Place your .pak files in $romdir/openbor."
1616
rp_module_licence="BSD https://raw.githubusercontent.com/crcerror/OpenBOR-Raspberry/master/LICENSE"
1717
rp_module_repo="git https://github.com/crcerror/OpenBOR-Raspberry.git master"
1818
rp_module_section="exp"
19-
rp_module_flags="!mali !x11"
19+
rp_module_flags="!mali !x11 !rpi5"
2020

2121
function depends_openbor-v6510() {
2222
getDepends libsdl2-gfx-dev libvorbisidec-dev libvpx-dev libogg-dev libsdl2-gfx-1.0-0 libvorbisidec1

scriptmodules/emulators/pico8.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rp_module_id="pico8"
1414
rp_module_desc="pico8 - The Fantasy Game Console"
1515
rp_module_help="Place your purchased pico8 zip file in $home/pico8.zip and add games to $romdir/pico8."
1616
rp_module_section="exp"
17-
rp_module_flags="!mali !x11"
17+
rp_module_flags="!mali !x11 !rpi5"
1818

1919
function depends_pico8() {
2020
getDepends wiringpi unzip

scriptmodules/emulators/pokemini.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rp_module_help="ROM Extensions: .min .MIN\n\nYou will need to add the ROM extens
1717
rp_module_licence="GPL https://sourceforge.net/p/pokemini/code/ci/master/tree/LICENSE"
1818
rp_module_repo="git https://git.code.sf.net/p/pokemini/code master"
1919
rp_module_section="exp"
20-
rp_module_flags="!mali !kms"
20+
rp_module_flags="!mali !kms !rpi5"
2121

2222
function depends_pokemini() {
2323
getDepends zlib1g zlib1g-dev libsdl2-dev

scriptmodules/emulators/ppsspp-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rp_module_help="ROM Extensions: .iso .pbp .cso\n\nCopy your PlayStation Portable
1616
rp_module_licence="GPL2 https://raw.githubusercontent.com/hrydgard/ppsspp/master/LICENSE.TXT"
1717
rp_module_repo="git https://github.com/hrydgard/ppsspp.git master"
1818
rp_module_section="exp"
19-
rp_module_flags=""
19+
rp_module_flags="!rpi5"
2020

2121
function depends_ppsspp-dev() {
2222
local depends=(cmake libsdl2-dev libsnappy-dev libzip-dev zlib1g-dev)

scriptmodules/emulators/supermodel-mechafatnick.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ WideBackground=0\n\
3232
\n\n\
3333
"
3434
rp_module_section="exp"
35-
rp_module_flags=""
35+
rp_module_flags="!rpi5"
3636

3737
function depends_supermodel-mechafatnick() {
3838
getDepends xorg subversion libsdl2-dev libsdl2-net-dev

0 commit comments

Comments
 (0)