[Scummvm-git-logs] scummvm master -> e489e1c6b7a46108d7cd8657691bb32e4717b92f

criezy criezy at scummvm.org
Tue Sep 12 23:30:30 CEST 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e489e1c6b7 README: Add some more config parameters


Commit: e489e1c6b7a46108d7cd8657691bb32e4717b92f
    https://github.com/scummvm/scummvm/commit/e489e1c6b7a46108d7cd8657691bb32e4717b92f
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-09-12T22:29:34+01:00

Commit Message:
README: Add some more config parameters

Changed paths:
    README


diff --git a/README b/README
index 1cbb0bf..97fbd6f 100644
--- a/README
+++ b/README
@@ -2540,6 +2540,13 @@ The following keywords are recognized:
     save_slot          number   The saved game number to load on startup.
     savepath           string   The path to where a game will store its
                                 saved games.
+    screenshotpath     string   The path to where screenshots are saved.
+    iconpath           string   The path to where to look for icons to use as
+                                overlay for the ScummVM icon in the Windows
+                                taskbar or macOS X Dock when running a game.
+                                The icon files should be named after the game
+                                ids and be in ico format on Windows or png
+                                format on macOS X.
     versioninfo        string   The version of the ScummVM that created the
                                 configuration file.
 
@@ -2574,6 +2581,11 @@ The following keywords are recognized:
     opl_driver         string   The AdLib (OPL) emulator to use.
     output_rate        number   The output sample rate to use, in Hz. Sensible
                                 values are 11025, 22050 and 44100.
+    audio_buffer_size  number   Overrides the size of the audio buffer. The
+                                value must be one of: 256 512 1024 2048 4096
+                                8192 16384 32768. The default value is
+                                calculated based on the output_rate to keep
+                                audio latency below 45ms.
     alsa_port          string   Port to use for output when using the
                                 ALSA music driver.
     music_volume       number   The music volume setting (0-255)





More information about the Scummvm-git-logs mailing list