Home
last modified time | relevance | path

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

/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/
H A Dking.cpp1944 const uint32 bat_invalid_y_mask = bat_width_invalid ? 0 : 0xFFFFFFFF; in DrawBG() local
1954 int32 wmul = (1 << bat_width_shift), wmask = ((1 << bat_height_shift) - 1) & bat_invalid_y_mask; in DrawBG()
2103 … eff_bat_loc += bat_x + (((bat_y & bat_invalid_y_mask) << bat_width_shift) >> 3); \ in DrawBG()
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dking.cpp2126 const uint32 bat_invalid_y_mask = bat_width_invalid ? 0 : 0xFFFFFFFF; in DrawBG() local
2136 int32 wmul = (1 << bat_width_shift), wmask = ((1 << bat_height_shift) - 1) & bat_invalid_y_mask; in DrawBG()
2285 … eff_bat_loc += bat_x + (((bat_y & bat_invalid_y_mask) << bat_width_shift) >> 3); \ in DrawBG()