X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Frice_gles%2Fsrc%2FRSP_GBI1.h;h=2156bd36bd7b778379bf75b587ca31beb1e30e47;hb=refs%2Fheads%2Fmaster;hp=ace52ab06ba1ddb3fe5522234e0eee90c3a2c7b7;hpb=d07c171fa694cae985ad7045f9ce2b2f1a5699b4;p=mupen64plus-pandora.git diff --git a/source/rice_gles/src/RSP_GBI1.h b/source/rice_gles/src/RSP_GBI1.h old mode 100644 new mode 100755 index ace52ab..2156bd3 --- a/source/rice_gles/src/RSP_GBI1.h +++ b/source/rice_gles/src/RSP_GBI1.h @@ -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;