From b80770847031dafd90d7cc9a6d32d7e2ee8107a8 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 14 Dec 2023 02:06:19 +1100 Subject: emu/diimage.cpp: Added media change notifier and exposed to Lua. This allows interested parties to receive notifications on media changes. This is demonstrated by the file manager and media image information menus now updating immediately if the system ejects a mounted image, or a mounted image is changed by a script or something. ui/filemngr.cpp, ui/info.cpp: Update file manager and media image information menus immediately on media image changes. ui/menu.cpp: Return index of added item from item_append. bus/generic/slot.cpp: Use out-of-line virtual destructors to avoid vtable link errors in certain single-driver builds. bus/nubus: Tidy up some #include statements. --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source/conf.py') diff --git a/docs/source/conf.py b/docs/source/conf.py index d0227f52c06..e7f52cf5e9e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,9 +63,9 @@ copyright = u'1997-2023, MAMEdev and contributors' # built documents. # # The short X.Y version. -version = '0.261' +version = '0.262' # The full version, including alpha/beta/rc tags. -release = '0.261' +release = '0.262' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.3-70-g09d2