Some bugfixes from mupen64plus-libreto team
[mupen64plus-pandora.git] / source / gles2n64 / src / gSP.cpp
old mode 100644 (file)
new mode 100755 (executable)
index 2b845f9..a9ae4ea
@@ -1540,7 +1540,6 @@ void gSPBgRect1Cyc( u32 bg )
 void gSPBgRectCopy( u32 bg )
 {
 
-    return;
     u32 address = RSP_SegmentToPhysical( bg );
     uObjBg *objBg = (uObjBg*)&RDRAM[address];