22 #ifndef SCI_DETECTION_OPTIONS_H 23 #define SCI_DETECTION_OPTIONS_H 25 #include "common/translation.h" 31 GAMEOPTION_EGA_UNDITHER,
33 _s(
"Skip EGA dithering pass (full color backgrounds)"),
34 _s(
"Skip dithering pass in EGA games, graphics are shown with full colors"),
43 GAMEOPTION_HIGH_RESOLUTION_GRAPHICS,
45 _s(
"Enable high resolution graphics"),
46 _s(
"Enable high resolution graphics/content"),
47 "enable_high_resolution_graphics",
55 GAMEOPTION_ENABLE_BLACK_LINED_VIDEO,
57 _s(
"Enable black-lined video"),
58 _s(
"Draw black lines over videos to increase their apparent sharpness"),
59 "enable_black_lined_video",
69 _s(
"Use high-quality video scaling"),
70 _s(
"Use linear interpolation when upscaling videos, where possible"),
79 GAMEOPTION_LARRYSCALE,
81 _s(
"Use high-quality \"LarryScale\" cel scaling"),
82 _s(
"Use special cartoon scaler for drawing character sprites"),
91 GAMEOPTION_PREFER_DIGITAL_SFX,
93 _s(
"Prefer digital sound effects"),
94 _s(
"Prefer digital sound effects instead of synthesized ones"),
103 GAMEOPTION_ORIGINAL_SAVELOAD,
105 _s(
"Use original save/load screens"),
106 _s(
"Use the original save/load screens instead of the ScummVM ones"),
115 GAMEOPTION_JONES_CDAUDIO,
118 _s(
"Use CD audio instead of in-game audio, if available"),
128 GAMEOPTION_WINDOWS_CURSORS,
130 _s(
"Use Windows cursors"),
131 _s(
"Use the Windows cursors (smaller and monochrome) instead of the DOS ones"),
141 GAMEOPTION_SQ4_SILVER_CURSORS,
143 _s(
"Use silver cursors"),
144 _s(
"Use the alternate set of silver cursors instead of the normal golden ones"),
154 GAMEOPTION_ENABLE_CENSORING,
156 _s(
"Enable content censoring"),
157 _s(
"Enable the game's built-in optional content censoring"),
167 GAMEOPTION_UPSCALE_VIDEOS,
169 _s(
"Upscale videos"),
170 _s(
"Upscale videos to double their size"),
171 "enable_video_upscale",
180 GAMEOPTION_RGB_RENDERING,
182 _s(
"Use RGB rendering"),
183 _s(
"Use RGB rendering to improve screen transitions"),
193 GAMEOPTION_PALETTE_MODS,
195 _s(
"Use per-resource modified palettes"),
196 _s(
"Use custom per-resource palettes to improve visuals"),
206 GAMEOPTION_SQ1_BEARDED_MUSICIANS,
208 _s(
"Enable bearded musicians"),
209 _s(
"Enable graphics that were disabled for legal reasons"),
210 "enable_bearded_musicians",
221 _s(
"Enable Text to Speech"),
222 _s(
"Use TTS to read the descriptions (if TTS is available)"),
232 GAMEOPTION_ENABLE_GMM_SAVE,
234 _s(
"Enable saving via the GMM"),
235 _s(
"Allows saving via the GMM. WARNING: saves created via the GMM may be corrupted and unusable. Use at your own risk!"),
244 GAMEOPTION_GK1_ENABLE_AUDIO_POPFIX,
246 _s(
"Repair speech audio"),
247 _s(
"Detect and attempt to repair overflows in DPCM8 audio, which cause noticeable pops and crackles."),
248 "audio_popfix_enabled",
255 AD_EXTRA_GUI_OPTIONS_TERMINATOR
258 const PopUpOptionsMap popUpOptionsList[] = {
260 GAMEOPTION_MIDI_MODE,
262 _s(
"When using external MIDI devices (e.g. through USB-MIDI), select your device here"),
267 _s(
"Standard (GM / MT-32)"),
271 _s(
"Roland D-110 / D-10 / D-20"),
283 _s(
"Casio CT-460 / CSM-1"),
286 POPUP_OPTIONS_ITEMS_TERMINATOR
289 POPUP_OPTIONS_TERMINATOR