mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Redid the idle implementation for ProcessorIdle
Renamed RunGlobalScripts# functions to the same as 4.x.
This commit is contained in:
@@ -280,7 +280,7 @@ public:
|
||||
return RealDevice->GetDeviceData(a, buf, count, d);
|
||||
}
|
||||
|
||||
RunGlobalScripts2();
|
||||
RunGlobalScriptsOnInput();
|
||||
|
||||
if (!buf || bufferedPresses.empty() || (d & DIGDD_PEEK)) {
|
||||
HRESULT hr = RealDevice->GetDeviceData(a, buf, count, d);
|
||||
|
||||
Reference in New Issue
Block a user