diff options
author | 2023-12-14 02:06:19 +1100 | |
---|---|---|
committer | 2023-12-14 02:06:19 +1100 | |
commit | b80770847031dafd90d7cc9a6d32d7e2ee8107a8 (patch) | |
tree | 7da8995ec4352fea999590a063ea6634f84d1ca4 /docs/source/conf.py | |
parent | ef6710953f9027d5a11e7ec6c69aa9966e223707 (diff) |
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.
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
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. |