Added the word events to documentation

This commit is contained in:
James Smith 2025-07-08 18:33:07 -06:00
parent 1207f988e0
commit 4bbf332148
1 changed files with 1 additions and 1 deletions

View File

@ -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