Hello, it's been awhile since I last posted... I was just wondering if it would be useful to consider rewriting the depth buffer detection algorithm. By looking at the supported games page, you can clearly see that a lot of games have no depth buffer access. As Crosire replied to a related question from awhile back: "The values in there are currently chosen in a way that works well in most cases. But for some games they need to be different. For some games this way of detection will probably never work at all."
With that said, would perusing another detection method be out of the question? Depth-buffer access is crucial for so many great effects. It's ashame we're not able to use them on a very large portion of games. A rewrite would likely be necessary, but you could also create a "PreprocessorDefinition" for different detection methods. I don't see any downside to doing so. Thank you for your time