Skip to content

Commit

Permalink
EE - display - 480i support (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langerz82 committed Nov 7, 2023
1 parent c5e7cba commit be8b08d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/sx05re/emuelec/bin/emuelec-utils
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,11 @@ function resolutions() {
fi

if [ "$EE_DEVICE" == "OdroidGoAdvance" ]; then
RESOLUTIONS+="480x320p60hz"
RESOLUTIONS+=("480x320p60hz")
fi

if [ "$EE_DEVICE" == "GameForce" ]; then
RESOLUTIONS+="640x480p60hz"
fi
[[ ! ${RESOLUTIONS[@]} == *"640x480p60hz"* ]] && RESOLUTIONS+=("640x480p60hz")
[[ ! ${RESOLUTIONS[@]} == *"480i60hz"* ]] && RESOLUTIONS+=("480i60hz")

local FILEPATH="/emuelec/configs/resolutions_amlogic.conf"
if [[ "$DEVICE" == "Rockchip" ]]; then
Expand Down

0 comments on commit be8b08d

Please sign in to comment.