mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
melonds-sa - RK3566 / RK3588 / S922X with libmali needs QT_QPA_PLATFORM=wayland
This commit is contained in:
@@ -135,8 +135,16 @@ else
|
||||
ROM="${1}"
|
||||
fi
|
||||
|
||||
#Set QT Platform to Wayland
|
||||
# QT platform - default to xcb
|
||||
export QT_QPA_PLATFORM=xcb
|
||||
|
||||
# QT platform - some device / driver combinations need wayland
|
||||
case ${HW_DEVICE} in
|
||||
RK3566|RK3588|S922X)
|
||||
[[ $(/usr/bin/gpudriver) == "libmali" ]] && export QT_QPA_PLATFORM=wayland
|
||||
;;
|
||||
esac
|
||||
|
||||
@PANFROST@
|
||||
@HOTKEY@
|
||||
@LIBMALI@
|
||||
|
||||
Reference in New Issue
Block a user