mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Fix compile with PSXGPU_DEBUG_VIEWER on (nw)
This commit is contained in:
parent
83b0acf8be
commit
691ad34a25
@ -363,7 +363,7 @@ int psxgpu_device::DebugTextureDisplay( bitmap_ind16 &bitmap )
|
||||
}
|
||||
p_n_interleave[ n_x ] = p_p_vram[ n_yi ][ n_xi ];
|
||||
}
|
||||
draw_scanline16( bitmap, 0, n_y, width, p_n_interleave, m_screen->palette()->pens() );
|
||||
draw_scanline16( bitmap, 0, n_y, width, p_n_interleave, m_screen->palette().pens() );
|
||||
}
|
||||
}
|
||||
return m_debug.b_texture;
|
||||
|
Loading…
Reference in New Issue
Block a user