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
+2 -1
View File
@@ -36,7 +36,8 @@ class Tutorial01 : public Game {
DynamicMesh* warrior;
u8 warriorsCount;
DynamicMesh** warriors;
Sprite* picture;
u32 picturesCount;
Sprite** pictures;
audsrv_adpcm_t* adpcmSample;
Timer adpcmTimer;