12-16-2018, 10:45 PM -
Never set anisotropic filtering to force disabled, it means the game can't even use it's own inbuilt texture filtering. will cause issues and look worse than automatic.
Always use load liblv2.sprx only (default) instead of automatically loading required libraries, it's faster as it's HLE instead of LLE. 99% of games work with it, including Tools of Destruction.
Also, this game has an inbuilt framelimiter so you don't need it.
The game also works fine in OpenGL, but yes Vulkan is faster.
Write Color Buffers is indeed required for this game, other stuff is pointless to mention.
Always use load liblv2.sprx only (default) instead of automatically loading required libraries, it's faster as it's HLE instead of LLE. 99% of games work with it, including Tools of Destruction.
Also, this game has an inbuilt framelimiter so you don't need it.
The game also works fine in OpenGL, but yes Vulkan is faster.
Write Color Buffers is indeed required for this game, other stuff is pointless to mention.