Home
last modified time | relevance | path

Searched refs:GetDrawEnabled (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/gs/
H A DGSHandler.h780 bool GetDrawEnabled() const;
H A DGSHandler.cpp321 bool CGSHandler::GetDrawEnabled() const in GetDrawEnabled() function in CGSHandler
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ui_qt/
H A Dmainwindow.cpp843 bool newState = !gs->GetDrawEnabled(); in ToggleGsDraw()