Skip to content

Commit

Permalink
SNES: Removed old debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
SourMesen committed Jan 5, 2025
1 parent b3fd159 commit bc2383a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Core/SNES/SnesPpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1940,9 +1940,6 @@ void SnesPpu::Write(uint32_t addr, uint8_t value)
}

case 0x2105:
if(_state.BgMode != (value & 0x07)) {
LogDebug("[Debug] Entering mode: " + std::to_string(value & 0x07) + " (SL: " + std::to_string(_scanline) + ")");
}
_state.BgMode = value & 0x07;
ConvertToHiRes();

Expand Down

0 comments on commit bc2383a

Please sign in to comment.