Merge pull request #7 from brooksytech/update_viewport_on_552

Updating viewport resolutions for 552
This commit is contained in:
fewtarius 2022-03-01 18:56:40 -05:00 committed by GitHub
commit 9add412d86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -595,7 +595,20 @@ if [ "${EE_DEVICE}" == "RG351P" ]; then
['wonderswan']="16 16 448 288"
['wonderswancolor']="16 16 448 288"
)
else #Must be the V then
elif [ "${EE_DEVICE}" == "RG552" ]; then
declare -A SystemViewport=(
['standard']="1 1 1920 1152"
['gb']="320 0 1280 1152"
['gbc']="320 0 1280 1152"
['supervision']="400 16 1120 1120"
['gamegear']="320 0 1280 1152"
['pokemini']="96 0 1728 1152"
['ngp']="400 44 1120 1064"
['ngpc']="400 44 1120 1064"
['wonderswan']="64 0 1792 1152"
['wonderswancolor']="64 0 1792 1152"
)
else #Must be the V or MP then
declare -A SystemViewport=(
['standard']="1 1 639 479"
['gb']="80 24 480 432"