11 #include "cores/RetroPlayer/rendering/RenderSettings.h" 12 #include "utils/Geometry.h"
Interface to pass render settings from the GUI to the renderer.
Definition: IGUIRenderSettings.h:21
virtual bool HasRotation() const
Returns true if this render target has a video rotation set.
Definition: IGUIRenderSettings.h:39
virtual CRect GetDimensions() const
Get the dimensions of this target.
Definition: IGUIRenderSettings.h:61
virtual CRenderSettings GetSettings() const =0
Get the settings used to render this target.
Definition: AudioDecoder.h:18
virtual bool HasVideoFilter() const
Returns true if this render target has a video filter set.
Definition: IGUIRenderSettings.h:29
Definition: RenderSettings.h:17
virtual bool HasStretchMode() const
Returns true if this render target has a stretch mode set.
Definition: IGUIRenderSettings.h:34
virtual bool HasPixels() const
Returns true if this render target has a path to a savestate for showing pixel data.
Definition: IGUIRenderSettings.h:45