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