From b67b969bf0911d71396c77e42d85ddfe80de6f20 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Fri, 7 Apr 2023 06:20:40 +1000 Subject: -Improved some Lua APIs: * Moved several machine lifecycle callbacks to the notifier/subscriber model. The old callback registration model is still available for them for now, but prints a deprecation warning. * Added pre-save/post-load notifications. * Use a single allocated timer rather than one anonymous timer per waiter. Waiters no longer prevent saved states from being loaded. * Clean up outstanding waiters on stop or state load rather than just leaking them. * Started documenting parts of the emulator interface object that should be relatively stable. -imagedev/avivideo.cpp: Fixed an object leak on unload. Also changed some other media image devices to use smart pointers. --- docs/source/plugins/dummy.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/source/plugins') diff --git a/docs/source/plugins/dummy.rst b/docs/source/plugins/dummy.rst index 78cc262c53e..21c4c72309c 100644 --- a/docs/source/plugins/dummy.rst +++ b/docs/source/plugins/dummy.rst @@ -4,6 +4,5 @@ Dummy Test Plugin ================= This is a sample plugin that shows how to set necessary plugin metadata, -register callbacks, and display a simple menu. It prints status messages if the -:ref:`verbose ` option is on, and it adds a **Dummy** -option to the **Plugin Options** menu. +register callbacks, and display a simple menu. It prints status messages, and +it adds a **Dummy** option to the **Plugin Options** menu. -- cgit v1.2.3-70-g09d2