[Scummvm-git-logs] scummvm master -> ad91fc93beaef4216e3382e462bc4ee873c83e9b
sev-
noreply at scummvm.org
Fri Mar 3 20:32:27 UTC 2023
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:
ad91fc93be DOCS: Clarify autostart documentation
Commit: ad91fc93beaef4216e3382e462bc4ee873c83e9b
https://github.com/scummvm/scummvm/commit/ad91fc93beaef4216e3382e462bc4ee873c83e9b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-03T21:32:08+01:00
Commit Message:
DOCS: Clarify autostart documentation
Changed paths:
doc/docportal/advanced_topics/autostart.rst
diff --git a/doc/docportal/advanced_topics/autostart.rst b/doc/docportal/advanced_topics/autostart.rst
index 7301bd797aa..f66eb43deab 100644
--- a/doc/docportal/advanced_topics/autostart.rst
+++ b/doc/docportal/advanced_topics/autostart.rst
@@ -2,12 +2,12 @@
Autostart
=========================
-Use the autostart feature to automatically start the game located in the same folder as the ScummVM executable, as long as it is a game supported by ScummVM. It is the equivalent of using the ``--path`` and ``--auto-detect`` :doc:`command line options <../advanced_topics/command_line>`.
+Use the autostart feature to automatically start the game located in the same folder as the ScummVM executable, as long as it is a game supported by ScummVM. It is the equivalent of using the ``--path`` and ``--auto-detect`` :doc:`command line options <../advanced_topics/command_line>`.
There are two ways to use the autostart feature:
-- Rename the executable file to ``scummvm-auto.xxx``, where ``xxx`` is the file type extension.
-- Create an empty file named ``scummvm-autorun`` in the same folder as both the executable and the chosen game. Either leave the file empty, or use it to specify any further command line options. Specify one option per line.
+- Rename the executable file to ``scummvm-auto.xxx``, where ``.xxx`` is the file type extension (if applicable). On macOS the executable to rename is ``ScummVM.app/Contents/MacOS/scummvm`` and not the ``ScummVM.app`` application.
+- Create an empty file named ``scummvm-autorun`` in the same folder as both the executable and the chosen game. Either leave the file empty, or use it to specify any further command line options. Specify one option per line.
Example of a scummvm-autorun file
===================================
@@ -16,7 +16,5 @@ Example of a scummvm-autorun file
--fullscreen
--shader=crt/crt-lottes.glslp
-
-
-
-
+ --path=./game/
+ --auto-detect
More information about the Scummvm-git-logs
mailing list