Update and clean up dolphinsa
This commit is contained in:
parent
b26e34a600
commit
278d050c82
3 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
;;
|
||||
*)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue