#include <system.h>
Public Attributes | |
const char * | name |
const char * | description |
int | id |
Description of a graphics mode.
const char* OSystem::GraphicsMode::name |
The name of the graphics mode.
This name is matched when selecting a mode using the command line or using the config file. Examples: "1x", "advmame2x", "hq3x".
const char* OSystem::GraphicsMode::description |
Human-readable description of the scaler.
Examples: "Normal (no scaling)", "AdvMAME2x", "HQ3x".
int OSystem::GraphicsMode::id |
ID of the graphics mode.
How to use this is entirely up to the backend. This value is passed to the setGraphicsMode(int) method by the client code.