Bug fixes.

This commit is contained in:
fewtarius 2022-09-01 06:07:11 -04:00
parent 2e23e650f0
commit b308326c0d
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
5 changed files with 4 additions and 7 deletions

View file

@ -57,6 +57,7 @@ cps3.integerscale=1
cps3.rgascale=0
daphne.integerscale=1
daphne.ratio=4/3
desktop.enabled=0
dreamcast.integerscale=1
dreamcast.cpugovernor=performance
dreamcast.ratio=4/3

View file

@ -312,10 +312,10 @@ else
setaudio alsa
RABIN="retroarch"
if [[ "${HW_ARCH}" =~ aarch64 ]]
then
### Check if we need retroarch 32 bits or 64 bits
RABIN="retroarch"
if [[ "${CORE}" =~ pcsx_rearmed32 ]] || \
[[ "${CORE}" =~ parallel_n64 ]] || \
[[ "${CORE}" =~ gpsp ]] || \

View file

@ -3,7 +3,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="emulationstation"
PKG_VERSION="51e04bd"
PKG_VERSION="d206548"
PKG_GIT_CLONE_BRANCH="main"
PKG_REV="1"
PKG_ARCH="any"

View file

@ -61,7 +61,3 @@ post_makeinstall_target() {
safe_remove ${INSTALL}/usr/share/wayland-sessions
}
post_install() {
enable_service weston.service
}

View file

@ -1,7 +1,7 @@
DEVICE_VOLUMECTL=true
DEVICE_AUDIO_MIXER="PCM"
DEVICE_VOL_MODIFIER="ABS_RZ"
UI_SERVICE="systemctl start weston.service"
DEVICE_BRIGHTNESS="100"
SPLASH_LOADER="imagemagick"