Home
last modified time | relevance | path

Searched refs:bShowFrameProfiler (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DConfig.h495 bool bShowFrameProfiler; member
H A DConfig.cpp1299 bShowFrameProfiler = true; in Load()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DConfig.h495 bool bShowFrameProfiler; member
H A DConfig.cpp1299 bShowFrameProfiler = true; in Load()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DConfig.h495 bool bShowFrameProfiler; member
H A DConfig.cpp1299 bShowFrameProfiler = true; in Load()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp1411 …bugStats || g_Config.bShowDeveloperMenu || g_Config.bShowAudioDebug || g_Config.bShowFrameProfiler) in hasVisibleUI()
1475 if (g_Config.bShowFrameProfiler && !invalid_) { in renderUI()
H A DDevScreens.cpp98 items->Add(new CheckBox(&g_Config.bShowFrameProfiler, dev->T("Frame Profiler"), "")); in CreatePopupContents()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp1411 …bugStats || g_Config.bShowDeveloperMenu || g_Config.bShowAudioDebug || g_Config.bShowFrameProfiler) in hasVisibleUI()
1475 if (g_Config.bShowFrameProfiler && !invalid_) { in renderUI()
H A DDevScreens.cpp98 items->Add(new CheckBox(&g_Config.bShowFrameProfiler, dev->T("Frame Profiler"), "")); in CreatePopupContents()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp1411 …bugStats || g_Config.bShowDeveloperMenu || g_Config.bShowAudioDebug || g_Config.bShowFrameProfiler) in hasVisibleUI()
1475 if (g_Config.bShowFrameProfiler && !invalid_) { in renderUI()
H A DDevScreens.cpp98 items->Add(new CheckBox(&g_Config.bShowFrameProfiler, dev->T("Frame Profiler"), "")); in CreatePopupContents()