openMSX
Namespaces | Functions
RendererFactory.hh File Reference
#include <memory>
#include "components.hh"
Include dependency graph for RendererFactory.hh:
This graph shows which files directly or indirectly include this file:

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< VideoSystemopenmsx::RendererFactory::createVideoSystem (Reactor &reactor)
 Create the video system required by the current renderer setting.
 
std::unique_ptr< Rendereropenmsx::RendererFactory::createRenderer (VDP &vdp, Display &display)
 Create the Renderer selected by the current renderer setting.
 
std::unique_ptr< V9990Rendereropenmsx::RendererFactory::createV9990Renderer (V9990 &vdp, Display &display)
 Create the V9990 Renderer selected by the current renderer setting.