RICE: Fix from mupen64plus-ae team
[mupen64plus-pandora.git] / source / rice_gles / src / RSP_GBI1.h
old mode 100644 (file)
new mode 100755 (executable)
index ace52ab..2156bd3
@@ -176,8 +176,6 @@ void RSP_GBI1_BranchZ(Gfx *gfx)
         uint32 dwDL = *(uint32 *)(g_pRDRAMu8 + dwPC-12);
         uint32 dwAddr = RSPSegmentAddr(dwDL);
 
-        dwAddr = RSPSegmentAddr(dwDL);;
-
         LOG_UCODE("BranchZ to DisplayList 0x%08x", dwAddr);
         gDlistStack[gDlistStackPointer].pc = dwAddr;
         gDlistStack[gDlistStackPointer].countdown = MAX_DL_COUNT;