IOP: Fix Wunused-variable warnings.

This commit is contained in:
lightningterror 2023-11-07 14:14:20 +01:00
parent e2d8b9d06b
commit d07b190322
1 changed files with 0 additions and 4 deletions

View File

@ -497,10 +497,6 @@ void psxRcntUpdate()
//if( psxCounters[i].count >= psxCounters[i].target ) _rcntTestTarget( i );
}
const s32 difference = psxRegs.cycle - psxCounters[6].sCycleT;
s32 c = psxCounters[6].CycleT;
const u32 spu2_delta = (psxRegs.cycle - lClocks) % 768;
psxCounters[6].sCycleT = psxRegs.cycle;
psxCounters[6].CycleT = psxCounters[6].rate - spu2_delta;