Skip to content

Commit 8b77628

Browse files
authored
Merge pull request #24 from Ziemas/master
disable vif1 tag mismatch error
2 parents 20db88b + 392a179 commit 8b77628

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/glcontext.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "ps2gl/matrix.h"
3434
#include "ps2gl/texture.h"
3535

36+
#include "ee_regs.h"
37+
3638
/********************************************
3739
* globals
3840
*/
@@ -129,6 +131,9 @@ CGLContext::CGLContext(int immBufferQwordSize, int immDrawBufferQwordSize)
129131
*(volatile unsigned int*)GS::ControlRegs::csr = 9;
130132
// enable signal and vsync exceptions
131133
*(volatile unsigned int*)GS::ControlRegs::imr = 0x7600;
134+
135+
// Mask bugged tag mismatch error
136+
WR_EE_VIF1_ERR(2);
132137
}
133138

134139
CGLContext::~CGLContext()

0 commit comments

Comments
 (0)