openMSX
|
Go to the source code of this file.
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
namespace | openmsx::RendererFactory |
Interface for renderer factories. | |
Functions | |
std::unique_ptr< VideoSystem > | openmsx::RendererFactory::createVideoSystem (Reactor &reactor) |
Create the video system required by the current renderer setting. | |
std::unique_ptr< Renderer > | openmsx::RendererFactory::createRenderer (VDP &vdp, Display &display) |
Create the Renderer selected by the current renderer setting. | |
std::unique_ptr< V9990Renderer > | openmsx::RendererFactory::createV9990Renderer (V9990 &vdp, Display &display) |
Create the V9990 Renderer selected by the current renderer setting. | |