[Scummvm-git-logs] scummvm master -> 302e46bfd3759cb1b863898906a25b56b5c668fe

sev- noreply at scummvm.org
Thu Feb 23 13:47:23 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:
302e46bfd3 COMMON: Added comment to the developers


Commit: 302e46bfd3759cb1b863898906a25b56b5c668fe
    https://github.com/scummvm/scummvm/commit/302e46bfd3759cb1b863898906a25b56b5c668fe
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-02-23T14:46:51+01:00

Commit Message:
COMMON: Added comment to the developers

Changed paths:
    common/rendermode.h


diff --git a/common/rendermode.h b/common/rendermode.h
index 0e79d13936d..544dc78abd2 100644
--- a/common/rendermode.h
+++ b/common/rendermode.h
@@ -42,6 +42,8 @@ class String;
  * to use. Some targets used postprocessing dithering routines for
  * reducing color depth of final image which let it to be rendered on
  * such low-level adapters as CGA or Hercules.
+ *
+ * If you are adding an option here, do not forget to create relevant GUIO
  */
 enum RenderMode {
 	kRenderDefault = 0,




More information about the Scummvm-git-logs mailing list