mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
remove old sh4 blit
Origin commit data
------------------
Commit: a5a9e21f21
Author: max_10 <max_10@gmx.de>
Date: 2021-12-03 (Fri, 03 Dec 2021)
Origin message was:
------------------
- remove old sh4 blit
This commit is contained in:
@@ -880,7 +880,6 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
||||
initSelectable();
|
||||
|
||||
paint();
|
||||
frameBuffer->blit();
|
||||
|
||||
int pos = selected;
|
||||
|
||||
@@ -1135,7 +1134,6 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
||||
// recalculate timeout for RC-keys
|
||||
timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU]);
|
||||
}
|
||||
frameBuffer->blit();
|
||||
}
|
||||
while ( msg!=CRCInput::RC_timeout );
|
||||
hide();
|
||||
@@ -1213,7 +1211,6 @@ void CMenuWidget::hide()
|
||||
//paintHint(-1);
|
||||
}
|
||||
paintHint(-1);
|
||||
frameBuffer->blit();
|
||||
|
||||
/* setActive() paints item for hidden parent menu, if called from child menu */
|
||||
for (unsigned int count = 0; count < items.size(); count++)
|
||||
|
Reference in New Issue
Block a user