Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DConsole.cpp79 _notificationManager.reset(new NotificationManager()); in Init()
116 _notificationManager.reset(); in Release()
404 _notificationManager->RegisterNotificationListener(_rewindManager); in Initialize()
480 return _notificationManager; in GetNotificationManager()
814 _notificationManager->SendNotification(ConsoleNotificationType::GamePaused); in Run()
836 _notificationManager->SendNotification(ConsoleNotificationType::GameResumed); in Run()
868 _notificationManager->SendNotification(ConsoleNotificationType::BeforeEmulationStop); in Run()
902 _notificationManager->SendNotification(ConsoleNotificationType::GameStopped); in Run()
903 _notificationManager->SendNotification(ConsoleNotificationType::EmulationStopped); in Run()
975 _notificationManager->SendNotification(ConsoleNotificationType::ConfigChanged); in UpdateNesModel()
[all …]
H A DConsole.h77 shared_ptr<NotificationManager> _notificationManager; variable