mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Disable disabling "load custom textures"
on input texture disable
This commit is contained in:
parent
38f0cdc585
commit
198e988671
|
@ -360,7 +360,7 @@ configurator_dolphin_input_textures_dialog() {
|
|||
|
||||
if [ $? == 0 ]
|
||||
then
|
||||
set_setting_value $dolphingfxconf "HiresTextures" "False" dolphin
|
||||
# set_setting_value $dolphingfxconf "HiresTextures" "False" dolphin # TODO: Break out a preset for texture packs so this can be enabled and disabled independently.
|
||||
rm -rf "/var/data/dolphin-emu/Load/DynamicInputTextures"
|
||||
configurator_process_complete_dialog "disabling Dolphin custom input textures"
|
||||
else
|
||||
|
@ -398,7 +398,7 @@ configurator_primehack_input_textures_dialog() {
|
|||
|
||||
if [ $? == 0 ]
|
||||
then
|
||||
set_setting_value $primehackgfxconf "HiresTextures" "False" primehack
|
||||
# set_setting_value $primehackgfxconf "HiresTextures" "False" primehack # TODO: Break out a preset for texture packs so this can be enabled and disabled independently.
|
||||
rm -rf "/var/data/primehack/Load/DynamicInputTextures"
|
||||
configurator_process_complete_dialog "disabling Primehack custom input textures"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue