disable interlacing and texture cache manager

This commit is contained in:
h4570
2022-07-28 10:12:26 +02:00
parent dfb8bc73c3
commit 7a80c15ac8
9 changed files with 109 additions and 52 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ namespace Tyra {
class RendererSettings {
public:
RendererSettings()
: width(640.0F),
: width(512.0F),
height(448.0F),
interlacedHeightF(height / 2),
near(0.1F),