|
|
|
|
|
by wccrawford
755 days ago
|
|
Games that come with their own launcher start up 1 executable, then exit it and start another one. It's really easy to track that first one. But the second one is a pain in the rear. I'm guessing that's the problem they're still trying to solve without manually inputting info for each individual game, or making the player do that. |
|
Tracking child processes spawns/handles, or even resorting to polling for process name for a while, all should be fairly simple to implement…