Home
last modified time | relevance | path

Searched defs:GameLoaded (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/GameList/
H A DGameTracker.cpp125 [this](const std::shared_ptr<const UICommon::GameFile>& game) { emit GameLoaded(game); }); in Start() local
143 emit GameLoaded(game); in StartInternal() local
340 emit GameLoaded(std::move(game)); in LoadGame() local
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DINotificationListener.h6 GameLoaded = 0, enumerator
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Traits/
H A DTraitsInterfaces.cs378 public interface INotifyGameLoaded { void GameLoaded(World w); } in GameLoaded() method
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs956 GameLoaded = 0, enumerator