Home
last modified time | relevance | path

Searched refs:DEFAULT_COLOR_RESOLUTION_COMP (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/nestopia/nestopia-1.51.1/source/core/api/
H A DNstApiVideo.hpp191 DEFAULT_COLOR_RESOLUTION_COMP = 0, enumerator
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/api/
H A DNstApiVideo.hpp191 DEFAULT_COLOR_RESOLUTION_COMP = 0, enumerator
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDialogVideoFilters.cpp397 …olution ( mode == Nes::Video::Palette::MODE_YUV ? Nes::Video::DEFAULT_COLOR_RESOLUTION_COMP : Nes:… in ResetAutoModes()
685 …solution (id == IDC_VIDEO_FILTER_NTSC_COMPOSITE ? Nes::Video::DEFAULT_COLOR_RESOLUTION_COMP : id =… in OnCmdNtscCable()
/dports/emulators/nestopia/nestopia-1.51.1/source/fltkui/
H A Dvideo.cpp271 video.SetColorResolution(Video::DEFAULT_COLOR_RESOLUTION_COMP); in video_set_filter()
/dports/games/libretro-nestopia/nestopia-2b0315c/libretro/
H A Dlibretro.cpp845 video.SetColorResolution(Api::Video::DEFAULT_COLOR_RESOLUTION_COMP); in check_variables()