mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
TSAGE: Disable SFX and speech volume sliders for all games
This commit is contained in:
parent
fd84b04614
commit
8c6ad70158
@ -33,7 +33,7 @@ static const tSageGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_UNSTABLE,
|
||||
Common::GUIO_NONE
|
||||
Common::GUIO_NOSPEECH | Common::GUIO_NOSFX
|
||||
},
|
||||
GType_Ringworld,
|
||||
GF_CD | GF_ALT_REGIONS
|
||||
@ -47,7 +47,7 @@ static const tSageGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_UNSTABLE,
|
||||
Common::GUIO_NONE
|
||||
Common::GUIO_NOSPEECH | Common::GUIO_NOSFX
|
||||
},
|
||||
GType_Ringworld,
|
||||
GF_FLOPPY
|
||||
@ -61,7 +61,7 @@ static const tSageGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_DEMO,
|
||||
Common::GUIO_NONE
|
||||
Common::GUIO_NOSPEECH | Common::GUIO_NOSFX
|
||||
},
|
||||
GType_Ringworld,
|
||||
GF_FLOPPY | GF_DEMO
|
||||
@ -76,7 +76,7 @@ static const tSageGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_DEMO,
|
||||
Common::GUIO_NONE
|
||||
Common::GUIO_NOSPEECH | Common::GUIO_NOSFX
|
||||
},
|
||||
GType_Ringworld,
|
||||
GF_FLOPPY | GF_DEMO | GF_ALT_REGIONS
|
||||
@ -92,7 +92,7 @@ static const tSageGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_UNSTABLE,
|
||||
Common::GUIO_NONE
|
||||
Common::GUIO_NOSPEECH | Common::GUIO_NOSFX
|
||||
},
|
||||
GType_BlueForce,
|
||||
GF_FLOPPY
|
||||
@ -107,7 +107,7 @@ static const tSageGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
Common::GUIO_NONE
|
||||
Common::GUIO_NOSPEECH | Common::GUIO_NOSFX
|
||||
},
|
||||
GType_BlueForce,
|
||||
GF_FLOPPY
|
||||
@ -121,7 +121,7 @@ static const tSageGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
Common::GUIO_NONE
|
||||
Common::GUIO_NOSPEECH | Common::GUIO_NOSFX
|
||||
},
|
||||
GType_BlueForce,
|
||||
GF_CD
|
||||
|
Loading…
x
Reference in New Issue
Block a user