Skip to content

Commit

Permalink
Fix analysis lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Oct 23, 2024
1 parent 4f01b06 commit 25b5799
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NootedRed/X5000.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,9 @@ UInt64 X5000::wrapAdjustVRAMAddress(void *that, UInt64 addr) {
if (addr == ret) {
SYSTRACE_COND(ADDPR(debugEnabled), "X5000", "adjustVRAMAddress: 0x%llx -> 0x%llx NO CHANGE", addr, ret);
} else {
#ifdef DEBUG
auto originalRet = ret;
#endif
ret += NRed::callback->fbOffset;
DBGLOG("X5000", "adjustVRAMAddress: 0x%llx -> drv:0x%llx,ours:0x%llx", addr, originalRet, ret);
}
Expand Down

0 comments on commit 25b5799

Please sign in to comment.