From 4bbf332148cabe003e15aaf6d0dda522d155ee0b Mon Sep 17 00:00:00 2001 From: James Smith Date: Tue, 8 Jul 2025 18:33:07 -0600 Subject: [PATCH] Added the word events to documentation --- core/ui/settings_controls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/settings_controls.cpp b/core/ui/settings_controls.cpp index 20c699a60..fd07be824 100644 --- a/core/ui/settings_controls.cpp +++ b/core/ui/settings_controls.cpp @@ -938,7 +938,7 @@ void gui_settings_controls(bool& maple_devices_changed) DisabledScope scope(game_started); OptionCheckbox("Use Physical VMU Memory", config::UsePhysicalVmuMemory, "Enables direct read/write access to physical VMU memory via DreamPicoPort/DreamConn. " - "This is not compatible with load state."); + "This is not compatible with load state events."); } #endif