mirror of
https://github.com/SourMesen/Mesen2.git
synced 2025-04-02 10:21:44 -04:00
SNES: Removed old debug information
This commit is contained in:
parent
b3fd15963b
commit
bc2383ab16
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue