Home
last modified time | relevance | path

Searched refs:bEnableHighResTimer (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dmisc_win32.cpp3 bool bEnableHighResTimer = true; // default value variable
275 if (bEnableHighResTimer) { in EnableHighResolutionTiming()
H A Dcona.cpp258 VAR(bEnableHighResTimer); in ConfigAppLoad()
672 VAR(bEnableHighResTimer); in ConfigAppSave()
H A Dburner_win32.h211 extern bool bEnableHighResTimer;
H A Dscrn.cpp2049 bEnableHighResTimer = !bEnableHighResTimer; in OnCommand()
H A Dmenu.cpp1005 CheckMenuItem(hMenu, MENU_HIGHRESTIMER, bEnableHighResTimer ? MF_CHECKED : MF_UNCHECKED); in MenuUpdate()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dmisc_win32.cpp3 bool bEnableHighResTimer = true; // default value variable
274 if (bEnableHighResTimer) { in EnableHighResolutionTiming()
H A Dcona.cpp245 VAR(bEnableHighResTimer); in ConfigAppLoad()
643 VAR(bEnableHighResTimer); in ConfigAppSave()
H A Dburner_win32.h208 extern bool bEnableHighResTimer;
H A Dscrn.cpp1981 bEnableHighResTimer = !bEnableHighResTimer; in OnCommand()
H A Dmenu.cpp976 CheckMenuItem(hMenu, MENU_HIGHRESTIMER, bEnableHighResTimer ? MF_CHECKED : MF_UNCHECKED); in MenuUpdate()