diff --git a/doc/docportal/advanced_topics/configuration_file.rst b/doc/docportal/advanced_topics/configuration_file.rst index 1767328effe..ab579391fe3 100755 --- a/doc/docportal/advanced_topics/configuration_file.rst +++ b/doc/docportal/advanced_topics/configuration_file.rst @@ -138,6 +138,7 @@ There are many recognized configuration keys. In the table below, each key is ei alsa_port,integer,,Specifies which ALSA port ScummVM uses when using the ALSA music driver (Linux). ":ref:`alt_intro `",boolean,false, ":ref:`altamigapalette `",boolean,false, + ":ref:`antialiasing `", integer,0,"0, 2, 4, 8" ":ref:`apple2gs_speedmenu <2gs>`",boolean,false, ":ref:`aspect_ratio `",boolean,false, ":ref:`audio_buffer_size `",integer,"Calculated based on output sampling frequency to keep audio latency below 45ms.","Overrides the size of the audio buffer. Allowed values: @@ -370,6 +371,10 @@ There are many recognized configuration keys. In the table below, each key is ei ":ref:`platform `",string,, ":ref:`portaits_on `",boolean,true, ":ref:`prefer_digitalsfx `",boolean,true, + ":ref:`renderer `",string,default," + - opengl + - opengl_shaders + - software" ":ref:`render_mode `",string,default," - hercGreen - hercAmber @@ -421,6 +426,7 @@ There are many recognized configuration keys. In the table below, each key is ei ":ref:`tts_narrator `",boolean,false, use_cdaudio,boolean,true, "If true, ScummVM uses audio from the game CD." versioninfo,string,,Shows the ScummVM version that created the configuration file. + ":ref:`vsync `",boolean,true, ":ref:`window_style