We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db3e3a commit 9444f1dCopy full SHA for 9444f1d
scriptmodules/supplementary/splashscreen/asplashscreen.sh
@@ -10,14 +10,6 @@ CMD_OPTS=""
10
# Load user settings
11
. /opt/retropie/configs/all/splashscreen.cfg
12
13
-is_fkms() {
14
- if grep -q okay /proc/device-tree/soc/v3d@7ec00000/status 2> /dev/null || grep -q okay /proc/device-tree/soc/firmwarekms@7e600000/status 2> /dev/null ; then
15
- return 0
16
- else
17
- return 1
18
- fi
19
-}
20
-
21
do_start () {
22
local config="/etc/splashscreen.list"
23
local line
0 commit comments