mirror of
https://github.com/libretro/Play-.git
synced 2025-04-01 14:21:37 +00:00
Merge branch 'master' into psu
This commit is contained in:
commit
c43c6493ab
@ -405,10 +405,6 @@ void CMemoryView::EnsureSelectionVisible()
|
||||
}
|
||||
|
||||
unsigned int line = (address / renderParams.bytesPerLine);
|
||||
if(address > renderParams.address)
|
||||
{
|
||||
line -= renderParams.totallyVisibleLines;
|
||||
}
|
||||
|
||||
SCROLLINFO si;
|
||||
memset(&si, 0, sizeof(SCROLLINFO));
|
||||
|
Loading…
x
Reference in New Issue
Block a user