Home
last modified time | relevance | path

Searched refs:PpuFrameDone (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DINotificationListener.h15 PpuFrameDone = 9, enumerator
H A DAutomaticRomTest.cpp22 if(type == ConsoleNotificationType::PpuFrameDone) { in ProcessNotification()
H A DHdPpu.cpp147 …_console->GetNotificationManager()->SendNotification(ConsoleNotificationType::PpuFrameDone, _curre… in SendFrame()
H A DRecordedRomTest.cpp77 case ConsoleNotificationType::PpuFrameDone: in ProcessNotification()
H A DRewindManager.cpp46 if(type == ConsoleNotificationType::PpuFrameDone) { in ProcessNotification()
H A DPPU.cpp1135 …_console->GetNotificationManager()->SendNotification(ConsoleNotificationType::PpuFrameDone, _curre… in SendFrame()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmWatchWindow.cs69 case InteropEmu.ConsoleNotificationType.PpuFrameDone: in _notifListener_OnNotification()
H A DfrmMemoryViewer.cs275 case InteropEmu.ConsoleNotificationType.PpuFrameDone: in _notifListener_OnNotification()
H A DfrmDebugger.cs484 case InteropEmu.ConsoleNotificationType.PpuFrameDone: in _notifListener_OnNotification()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/
H A DfrmMain.cs758 if(e.NotificationType != InteropEmu.ConsoleNotificationType.PpuFrameDone) { in _notifListener_OnNotification()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs965 PpuFrameDone = 9, enumerator