Home
last modified time | relevance | path

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

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Theme/
H A DThemeTriggers.c645 return 100 - propGetGlobalProperties()->video.scanlinesPct; in themeTriggerVideoScanlines()
735 …ties()->video.scanlinesEnable ? "%d%%" : ""), 100 - propGetGlobalProperties()->video.scanlinesPct); in themeTriggerVideoScanlinePctText()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Emulator/
H A DProperties.h271 int scanlinesPct; member
H A DProperties.c281 properties->video.scanlinesPct = 92; in propInitDefaults()
588 GET_INT_VALUE_2(propFile, video, scanlinesPct); in propLoad()
831 SET_INT_VALUE_2(propFile, video, scanlinesPct); in propSave()
H A DActions.c1179 state.properties->video.scanlinesPct = 100 - value; in actionVideoSetScanlines()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/VideoRender/
H A DVideoRender.c2402 videoSetScanLines(video, properties->video.scanlinesEnable, properties->video.scanlinesPct); in videoUpdateAll()