Merge pull request #992 from fewtarius/dev

Fix default schedulers, bump ES.
This commit is contained in:
fewtarius 2023-01-25 08:52:55 -05:00 committed by GitHub
commit 5a10f85d13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 55 deletions

View file

@ -1,5 +1,4 @@
3do.integerscale=0
3do.cpugovernor=performance
3do.ratio=4/3
3do.rewind=0
advmame_auto_gamepad=0
@ -9,17 +8,14 @@ amiga.integerscale=0
amiga.ratio=4/3
amstradcpc.integerscale=0
arcade.autosave=0
arcade.cpugovernor=performance
atari2600.integerscale=0
atari5200.integerscale=0
atari7800.integerscale=0
atari800.integerscale=0
atarijaguar.cpugovernor=performance
atarilynx.integerscale=0
atarilynx.ratio=core
atarist.integerscale=0
atomiswave.integerscale=0
atomiswave.cpugovernor=performance
atomiswave.ratio=4/3
audio.bgmusic=1
audio.device=headphone
@ -35,7 +31,6 @@ c64.integerscale=0
cloud.backup=0
colecovision.integerscale=0
colecovision.ratio=4/3
controllers.bluetooth.enabled=1
cooling.profile=quiet
cps1.integerscale=0
cps2.integerscale=0
@ -44,7 +39,6 @@ daphne.integerscale=0
daphne.ratio=4/3
desktop.enabled=0
dreamcast.integerscale=0
dreamcast.cpugovernor=performance
dreamcast.ratio=4/3
easyrpg.integerscale=0
famicom.integerscale=0
@ -53,8 +47,7 @@ fbn.integerscale=0
fbn.ratio=core
fds.integerscale=0
fds.ratio=4/3
gamecube.cpugovernor=performance
ps2.cpugovernor=performance
fstrim.enabled=0
gamegear.integerscale=0
gbah.ratio=3/2
gba.ratio=3/2
@ -91,11 +84,8 @@ global.secondinstance=0
intellivision.integerscale=0
intellivision.ratio=4/3
ipv6.enabled=0
wifi.powersave=0
j2me.cpugovernor=performance
mame.autosave=0
mame.integerscale=0
mame.cpugovernor=performance
mastersystem.integerscale=0
megacd.integerscale=0
megacd.ratio=4/3
@ -108,23 +98,20 @@ msx2.integerscale=0
msx2.ratio=4/3
msx.integerscale=0
msx.ratio=4/3
n64.integerscale=0
n64.cpugovernor=performance
n64.ratio=4/3
n64.game_aspect_ratio=4:3
n64.internal_resolution=1
n64.rsp_plugin=hle
n64.input_configuration=zlswap
n64.controller_pak=2
n64.show_fps=0
n64.game_aspect_ratio=4:3
n64.input_configuration=zlswap
n64.integerscale=0
n64.internal_resolution=1
n64.parallel_n64_gamespeed=fullspeed
n64.parallel_n64_gfx_accuracy=medium
n64.parallel_n64_internal_resolution=480p
n64.parallel_n64_video_core=glide64
n64.ratio=4/3
n64.rsp_plugin=hle
n64.show_fps=0
naomi.integerscale=0
naomi.cpugovernor=performance
naomi.ratio=4/3
nds.cpugovernor=performance
neocd.integerscale=0
neocd.ratio=4/3
neogeo.integerscale=0
@ -137,7 +124,6 @@ ngpc.intergerscale=1
ngp.integerscale=0
odyssey2.integerscale=0
odyssey2.ratio=4/3
pet.ratio=4/3
pc-9800.integerscale=0
pc-9800.ratio=4/3
pcenginecd.integerscale=0
@ -145,14 +131,11 @@ pcenginecd.ratio=4/3
pcengine.integerscale=0
pcengine.ratio=4/3
pcfx.integerscale=0
pcfx.cpugovernor=performance
pcfx.ratio=4/3
pc.integerscale=0
pc.cpugovernor=performance
pc.ratio=4/3
pet.ratio=4/3
pokemini.ratio=3/2
psp.cpugovernor=performance
pspminis.cpugovernor=performance
psx.integerscale=0
psx.ratio=4/3
rotate.root.password=1
@ -178,22 +161,21 @@ ssh.enabled=0
supergrafx.integerscale=0
supergrafx.ratio=4/3
supervision.integerscale=0
system.autohotkeys=1
system.automount=1
system.cpugovernor=schedutil
system.hostname=@DEVICENAME@
system.language=en_US
system.overclock=off
system.cpugovernor=schedutil
system.powersave=0
system.timezone=America/New_York
system.automount=1
system.autohotkeys=1
fstrim.enabled=0
tg16cd.integerscale=0
tg16cd.ratio=4/3
tg16.integerscale=0
tg16.ratio=4/3
updates.branch=stable
updates.enabled=1
updates.force=0
updates.branch=stable
uzebox.integerscale=0
uzebox.integerscale=0
vectrex.integerscale=0
@ -203,11 +185,11 @@ vic20.ratio=4/3
videopac.integerscale=0
videopac.ratio=4/3
virtualboy.integerscale=0
virtualboy.cpugovernor=performance
weston.startup=/usr/bin/start_es.sh
wifi.enabled=0
wifi.powersave=0
wonderswancolor.integerscale=0
wonderswan.integerscale=0
weston.startup=/usr/bin/start_es.sh
wts.enabled=1
x68000.integerscale=0
x68000.ratio=4/3

View file

@ -124,27 +124,6 @@ EOF
sed -i "s#@DEVICENAME@#${DEVICE}#g" ${INSTALL}/usr/config/system/configs/system.cfg
if [[ "${DEVICE}" =~ handheld ]]
then
sed -i "s#system.automount=1#system.automount=0#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#fstrim.enabled=0#fstrim.enabled=1#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#3do.cpugovernor=performance#3do.cpugovernor=schedutil#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#arcade.cpugovernor=performance#arcade.cpugovernor=schedutil#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#atarijaguar.cpugovernor=performance#atarijaguar.cpugovernor=schedutil#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#atomiswave.cpugovernor=performance#atomiswave.cpugovernor=schedutil#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#dreamcast.cpugovernor=performance#dreamcast.cpugovernor=schedutil#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#j2me.cpugovernor=performance#j2me.cpugovernor=schedutil#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#mame.cpugovernor=performance#mame.cpugovernor=schedutil#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#n64.cpugovernor=performance#n64.cpugovernor=schedutil#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#naomi.cpugovernor=performance#naomi.cpugovernor=schedutil#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#nds.cpugovernor=performance#nds.cpugovernor=schedutil#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#pcfx.cpugovernor=performance#pcfx.cpugovernor=schedutil#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#pc.cpugovernor=performance#pc.cpugovernor=schedutil#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#psp.cpugovernor=performance#psp.cpugovernor=schedutil#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#pspminis.cpugovernor=performance#pspminis.cpugovernor=schedutil#g" ${INSTALL}/usr/config/system/configs/system.cfg
sed -i "s#virtualboy.cpugovernor=performance#virtualboy.cpugovernor=schedutil#g" ${INSTALL}/usr/config/system/configs/system.cfg
fi
### Defaults for non-main builds.
BUILD_BRANCH="$(git branch --show-current)"
if [[ ! "${BUILD_BRANCH}" =~ main ]]

View file

@ -3,7 +3,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="emulationstation"
PKG_VERSION="347f768"
PKG_VERSION="6bbc795"
PKG_GIT_CLONE_BRANCH="main"
PKG_REV="1"
PKG_ARCH="any"