Update and clean up dolphinsa

This commit is contained in:
brooksytech 2022-12-13 12:22:43 -08:00
parent b26e34a600
commit 278d050c82
No known key found for this signature in database
GPG key ID: 45B78D3C7B40B188
3 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ case ${DEVICE} in
RG552|handheld)
PKG_SITE="https://github.com/dolphin-emu/dolphin"
PKG_URL="${PKG_SITE}.git"
PKG_VERSION="000c6c48137028284598043d6f116ac959f41042"
PKG_VERSION="a1c4861ad8666b622f96266a20af6e8e787c9693"
PKG_PATCH_DIRS+=" wayland"
;;
*)

View file

@ -128,7 +128,7 @@ ln -sf /storage/roms/savestates/gamecube /storage/.config/dolphin-emu/StateSaves
fi
#GC Controller Profile
if [ "$CON" = "default" ]
if [ "$CON" = "gcpad" ]
then
cp -r /usr/config/dolphin-emu/GCPadNew.ini /storage/.config/dolphin-emu/GCPadNew.ini
fi

View file

@ -33,7 +33,7 @@
<choice name="8x SSAA" value="8s"/>
</feature>
<feature name="aspect ratio">
<choice name="default" value="0"/>
<choice name="auto" value="0"/>
<choice name="16/9" value="1"/>
<choice name="4/3" value="2"/>
<choice name="stretch" value="3"/>
@ -53,7 +53,7 @@
<choice name="no" value="false"/>
</feature>
<feature name="gamecube controller profile">
<choice name="default" value="default"/>
<choice name="gc gamepad" value="gcpad"/>
<choice name="custom" value="custom"/>
</feature>
</features>
@ -70,7 +70,7 @@
<choice name="8x SSAA" value="8s"/>
</feature>
<feature name="aspect ratio">
<choice name="default" value="0"/>
<choice name="auto" value="0"/>
<choice name="16/9" value="1"/>
<choice name="4/3" value="2"/>
<choice name="stretch" value="3"/>