Bug fixes.
This commit is contained in:
parent
2e23e650f0
commit
b308326c0d
5 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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 ]] || \
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -61,7 +61,3 @@ post_makeinstall_target() {
|
|||
|
||||
safe_remove ${INSTALL}/usr/share/wayland-sessions
|
||||
}
|
||||
|
||||
post_install() {
|
||||
enable_service weston.service
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue