Can someone clear this up for me?
This isn't really a problem I need to solve, but I'd really like to understand why this is happening, I have a batch file with optimized configuration for reducing latency, and it works well, I also wanted to remove the black borders, so I added an ADB command to match resolution of my phone to monitor, but that command never worked when I added it
But when i put the ADB command in a separate batch file, it worked, Even stranger, when I ran it, it had the same low latency as the other optimized batch file, while launching scrcpy normally still has noticeably higher latency
At first I thought maybe both batch files were somehow running at the same time. But then I deleted the optimized batch file entirely, the abd batch file still launches with the reduced latency
So now I'm confused, how is the low-latency configuration still being applied even after deleting the optimized batch file?