Disable disabling "load custom textures"

on input texture disable
This commit is contained in:
icenine451 2023-05-25 10:05:54 -04:00
parent 38f0cdc585
commit 198e988671

View file

@ -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