The game I play uses a d3d9 proxy. Basically when the game is launched, it will load a fake d3d9.dll. Once loaded, the proxy loads the "real" d3d9.dll by itself and passes all calls from the application on to it. Unfortunately, Action will not detect games if the process has 2 d3d9.dlls loaded. So I...