openMSX
VideoSystem.cc
Go to the documentation of this file.
1#include "VideoSystem.hh"
2#include "MSXException.hh"
3
4namespace openmsx {
5
7 const std::string& /*filename*/, bool /*withOsd*/)
8{
9 throw MSXException(
10 "Taking screenshot not possible with current renderer.");
11}
12
14{
15 // ignore
16}
17
18} // namespace openmsx
virtual void updateWindowTitle()
Called when the window title string has changed.
virtual void takeScreenShot(const std::string &filename, bool withOsd)
Take a screenshot.
Definition VideoSystem.cc:6
This file implemented 3 utility functions:
Definition Autofire.cc:11