Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
GameSettings.h File Reference

Namespaces

namespace  KODI
 
namespace  KODI::RETRO
 

Enumerations

enum class  KODI::RETRO::SCALINGMETHOD { KODI::RETRO::AUTO = 0 , KODI::RETRO::NEAREST = 1 , KODI::RETRO::LINEAR = 2 , KODI::RETRO::MAX = LINEAR }
 
enum class  KODI::RETRO::STRETCHMODE {
  KODI::RETRO::STRETCHMODE::Normal , KODI::RETRO::STRETCHMODE::Stretch4x3 , KODI::RETRO::STRETCHMODE::Fullscreen , KODI::RETRO::STRETCHMODE::Original ,
  KODI::RETRO::STRETCHMODE::Zoom
}
 Methods for stretching the game to the viewing area. More...
 
enum class  KODI::RETRO::RENDERFEATURE { KODI::RETRO::ROTATION , KODI::RETRO::STRETCH , KODI::RETRO::ZOOM , KODI::RETRO::PIXEL_RATIO }
 

Variables

constexpr const char * KODI::RETRO::STRETCHMODE_NORMAL_ID = "normal"
 
constexpr const char * KODI::RETRO::STRETCHMODE_STRETCH_4_3_ID = "4:3"
 
constexpr const char * KODI::RETRO::STRETCHMODE_FULLSCREEN_ID = "fullscreen"
 
constexpr const char * KODI::RETRO::STRETCHMODE_ORIGINAL_ID = "original"
 
constexpr const char * KODI::RETRO::STRETCHMODE_ZOOM_ID = "zoom"