win: Add the "Media" menu to the menubar

This is an alternative way to mount images to the virtual drives, as many people found the current behavior confusing.
This commit is contained in:
David Hrdlička
2020-04-23 01:24:01 +02:00
parent 5313888b0a
commit 7dcb8f6f1f
5 changed files with 281 additions and 190 deletions

View File

@@ -594,6 +594,9 @@ MainWindowProcedure(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
svga_dump_vram();
break;
#endif
default:
MediaMenuHandler(hwnd, message, wParam, lParam);
break;
}
return(0);