Home
last modified time | relevance | path

Searched refs:getIsADGFDemo (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dtinsel.h134 #define TinselV2Demo (TinselVersion == TINSEL_V2 && _vm->getIsADGFDemo())
190 bool getIsADGFDemo() const;
H A Ddetection.cpp66 bool TinselEngine::getIsADGFDemo() const { in getIsADGFDemo() function in Tinsel::TinselEngine
H A Dmusic.cpp386 if (!vm->getIsADGFDemo()) { in MidiMusicPlayer()
H A Dpcode.cpp600 (wkEntry->isDemo == _vm->getIsADGFDemo()) && in Interpret()
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dtinsel.h107 #define TinselV2Demo (TinselVersion == TINSEL_V2 && _vm->getIsADGFDemo())
160 bool getIsADGFDemo() const;
H A Dmetaengine.cpp56 bool TinselEngine::getIsADGFDemo() const { in getIsADGFDemo() function in Tinsel::TinselEngine
H A Dmusic.cpp425 if (!vm->getIsADGFDemo()) { in MidiMusicPlayer()
H A Dpcode.cpp613 (wkEntry->isDemo == _vm->getIsADGFDemo()) && in Interpret()