[Scummvm-git-logs] scummvm master -> 5c3413714e9e79011ddb35837742b24e7ef4ce10

sev- sev at scummvm.org
Fri Apr 9 21:54:13 UTC 2021


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:
5c3413714e BASE: Indicate if Event Recorder was compiled in into a build


Commit: 5c3413714e9e79011ddb35837742b24e7ef4ce10
    https://github.com/scummvm/scummvm/commit/5c3413714e9e79011ddb35837742b24e7ef4ce10
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-09T23:54:00+02:00

Commit Message:
BASE: Indicate if Event Recorder was compiled in into a build

Changed paths:
    base/version.cpp


diff --git a/base/version.cpp b/base/version.cpp
index 33b42650d2..65de4c942f 100644
--- a/base/version.cpp
+++ b/base/version.cpp
@@ -150,7 +150,11 @@ const char *gScummVMFeatures = ""
 #endif
 
 #ifdef ENABLE_VKEYBD
-	"virtual keyboard "
+	"VirtualKeyboard "
+#endif
+
+#ifdef ENABLE_EVENTRECORDER
+	"EventRecorder "
 #endif
 
 #ifdef USE_CLOUD




More information about the Scummvm-git-logs mailing list