Home
last modified time | relevance | path

Searched refs:GetControlFlags (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DMMC5.h219 if(ppu->GetControlFlags().BackgroundEnabled || ppu->GetControlFlags().SpritesEnabled) { in NotifyVRAMAddressChange()
419 PPUControlFlags flags = _console->GetPpu()->GetControlFlags(); in WriteRAM()
432 …if(_spriteFetch != IsSpriteFetch() || _largeSprites != ppu->GetControlFlags().LargeSprites || _las… in MapperReadVRAM()
435 _largeSprites = ppu->GetControlFlags().LargeSprites; in MapperReadVRAM()
H A DPPU.h214 PPUControlFlags GetControlFlags() in GetControlFlags() function
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_industry.hpp261 static uint32 GetControlFlags(IndustryID industry_id);
H A Dscript_industry.cpp248 uint32 ScriptIndustry::GetControlFlags(IndustryID industry_id) in GetControlFlags() function in ScriptIndustry