Home
last modified time | relevance | path

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

/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/
H A Dking.cpp1854 bool cg_sub_ofbat[8]; in DrawBG() local
1880 memset(cg_sub_ofbat, 0, sizeof(cg_sub_ofbat)); in DrawBG()
1915 cg_sub_ofbat[remap_sub_thing] = mpd & 0x8; in DrawBG()
2150 … cg[cow] = cgptr[cg_sub_ofbat[cow]][cg_sub_remap[cow]] & cg_sub_mask[cow]; \ in DrawBG()
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dking.cpp2036 bool cg_sub_ofbat[8]; in DrawBG() local
2062 memset(cg_sub_ofbat, 0, sizeof(cg_sub_ofbat)); in DrawBG()
2097 cg_sub_ofbat[remap_sub_thing] = mpd & 0x8; in DrawBG()
2332 … cg[cow] = cgptr[cg_sub_ofbat[cow]][cg_sub_remap[cow]] & cg_sub_mask[cow]; \ in DrawBG()