I recently started playing a township tale and I was incredibly disappointed with the performance. I have an RX 9070 XT and I had to run this game at 2300x2300 to get a locked 90 fps. This resulted in an incredibly blurry image.
After a while of looking for a Graphics menu I came to terms with the fact that this game just doesn't have one (Why??).
While playing and looking at my blurry 2300x2300 rendered game I realized it was being anti aliased, and if you know anything about AMD GPUs, it is that they are really bad at MSAA, so that made me suspect this game had forced MSAA on.
I decompiled the globalgamemanagers file and it confirmed my suspicion, MSAA is forced to 2 times both on the low and the fantastic setting.
I created a patch that decompiles the globalgamemanagers file, changes the MSAA setting to 0 (off), and compiles it again.
And to absolutely 0 surprise, this completely transformed my game from needing to run at 2300x2300 to hold 90fps and looking like a blurry mess, to being able to run at 3648x3648 and holding a locked 90fps and looking beautifully sharp.
Please, for the sake of every AMD user, allow us to disable/adjust the MSAA setting.