Disable startup executable scan in GPS probe

This commit is contained in:
2026-06-19 22:33:54 -05:00
parent cf85de7723
commit ebf42628ab
-1
View File
@@ -446,7 +446,6 @@ bool OnRunningEnter(void* aApp)
std::ostringstream line;
line << "GameState Running OnEnter app=" << aApp;
LogRed4ext(line.str());
ScanExecutableStrings();
return true;
}