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",
70 _s(
"Use high-quality video scaling"),
71 _s(
"Use linear interpolation when upscaling videos, where possible"),
81 GAMEOPTION_LARRYSCALE,
83 _s(
"Use high-quality \"LarryScale\" cel scaling"),
84 _s(
"Use special cartoon scaler for drawing character sprites"),
93 GAMEOPTION_PREFER_DIGITAL_SFX,
95 _s(
"Prefer digital sound effects"),
96 _s(
"Prefer digital sound effects instead of synthesized ones"),
105 GAMEOPTION_ORIGINAL_SAVELOAD,
107 _s(
"Use original save/load screens"),
108 _s(
"Use the original save/load screens instead of the ScummVM ones"),
117 GAMEOPTION_JONES_CDAUDIO,
120 _s(
"Use CD audio instead of in-game audio, if available"),
130 GAMEOPTION_WINDOWS_CURSORS,
132 _s(
"Use Windows cursors"),
133 _s(
"Use the Windows cursors (smaller and monochrome) instead of the DOS ones"),
143 GAMEOPTION_SQ4_SILVER_CURSORS,
145 _s(
"Use silver cursors"),
146 _s(
"Use the alternate set of silver cursors instead of the normal golden ones"),
156 GAMEOPTION_ENABLE_CENSORING,
158 _s(
"Enable content censoring"),
159 _s(
"Enable the game's built-in optional content censoring"),
169 GAMEOPTION_UPSCALE_VIDEOS,
171 _s(
"Upscale videos"),
172 _s(
"Upscale videos to double their size"),
173 "enable_video_upscale",
182 GAMEOPTION_RGB_RENDERING,
184 _s(
"Use RGB rendering"),
185 _s(
"Use RGB rendering to improve screen transitions"),
195 GAMEOPTION_PALETTE_MODS,
197 _s(
"Use per-resource modified palettes"),
198 _s(
"Use custom per-resource palettes to improve visuals"),
208 GAMEOPTION_SQ1_BEARDED_MUSICIANS,
210 _s(
"Enable bearded musicians"),
211 _s(
"Enable graphics that were disabled for legal reasons"),
212 "enable_bearded_musicians",
223 _s(
"Enable Text to Speech"),
224 _s(
"Use TTS to read the descriptions (if TTS is available)"),
234 GAMEOPTION_ENABLE_GMM_SAVE,
236 _s(
"Enable saving via the GMM"),
237 _s(
"Allows saving via the GMM. WARNING: saves created via the GMM may be corrupted and unusable. Use at your own risk!"),
245 AD_EXTRA_GUI_OPTIONS_TERMINATOR
248 const PopUpOptionsMap popUpOptionsList[] = {
250 GAMEOPTION_MIDI_MODE,
252 _s(
"When using external MIDI devices (e.g. through USB-MIDI), select your device here"),
257 _s(
"Standard (GM / MT-32)"),
261 _s(
"Roland D-110 / D-10 / D-20"),
273 _s(
"Casio CT-460 / CSM-1"),
276 POPUP_OPTIONS_ITEMS_TERMINATOR
279 POPUP_OPTIONS_TERMINATOR