[Scummvm-git-logs] scummvm master -> 9caad3427bae9577ee1d50e3f9f6b14bbd29a8df
criezy
noreply at scummvm.org
Thu Jan 30 00:33:38 UTC 2025
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:
9caad3427b DOC: Fix descriptions of AdvMAME scalers
Commit: 9caad3427bae9577ee1d50e3f9f6b14bbd29a8df
https://github.com/scummvm/scummvm/commit/9caad3427bae9577ee1d50e3f9f6b14bbd29a8df
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2025-01-30T00:32:44Z
Commit Message:
DOC: Fix descriptions of AdvMAME scalers
Changed paths:
doc/docportal/advanced_topics/understand_graphics.rst
diff --git a/doc/docportal/advanced_topics/understand_graphics.rst b/doc/docportal/advanced_topics/understand_graphics.rst
index 55f7ea4158b..c0e92c8c5f0 100644
--- a/doc/docportal/advanced_topics/understand_graphics.rst
+++ b/doc/docportal/advanced_topics/understand_graphics.rst
@@ -79,11 +79,11 @@ To cycle forwards or backwards between graphical filters, press :kbd:`Ctrl + Alt
.. figure:: ../images/graphics/graphics_mode/advmame3x.png
- **AdvMAME 3x**: Expands each pixel into 4 new pixels based on the surrounding pixels. Doesn't rely on blurring like 2xSAI, fast.
+ **AdvMAME 3x**: Expands each pixel into 9 new pixels based on the surrounding pixels. Doesn't rely on blurring like 2xSAI, fast.
.. figure:: ../images/graphics/graphics_mode/advmame4x.png
- **AdvMAME 3x**: Expands each pixel into 4 new pixels based on the surrounding pixels. Doesn't rely on blurring like 2xSAI, fast.
+ **AdvMAME 4x**: Expands each pixel into 16 new pixels based on the surrounding pixels. Doesn't rely on blurring like 2xSAI, fast.
.. figure:: ../images/graphics/graphics_mode/sai2x.png
More information about the Scummvm-git-logs
mailing list