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

bluegr noreply at scummvm.org
Thu Aug 27 09:03:59 UTC 2026


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

Summary:
fb8f8e25f0 GUI: Fix event recorder build without ImGui


Commit: fb8f8e25f0432eac43dbf7ec815f31591afc5cc6
    https://github.com/scummvm/scummvm/commit/fb8f8e25f0432eac43dbf7ec815f31591afc5cc6
Author: MerrittFranzmann (65863741+MerrittFranzmann at users.noreply.github.com)
Date: 2026-08-27T12:03:54+03:00

Commit Message:
GUI: Fix event recorder build without ImGui

Drop the guard so the declaration matches the definition.
The method returns false unconditionally when ImGui isn't built

Changed paths:
    gui/EventRecorder.h


diff --git a/gui/EventRecorder.h b/gui/EventRecorder.h
index c76738d3d90..28561bc5ce6 100644
--- a/gui/EventRecorder.h
+++ b/gui/EventRecorder.h
@@ -194,9 +194,7 @@ public:
 
 private:
 
-#ifdef USE_IMGUI
 	bool isImGuiRecorderEnabled() const;
-#endif
 
 	bool pollEvent(Common::Event &ev) override;
 	bool notifyEvent(const Common::Event &event) override;




More information about the Scummvm-git-logs mailing list