Home
last modified time | relevance | path

Searched refs:yv_max_add (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/
H A Dking.cpp2427 const uint32 yv_max_add = ((0xFF - ymax) << 16) | (0xFF - vmax); in DrawActive() local
2437 testie = ((yv - yv_min_sub) | (yv + yv_max_add)) & 0xFF00FF00; in DrawActive()
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dking.cpp2614 const uint32 yv_max_add = ((0xFF - ymax) << 16) | (0xFF - vmax); in DrawActive() local
2624 testie = ((yv - yv_min_sub) | (yv + yv_max_add)) & 0xFF00FF00; in DrawActive()