mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-12 16:03:42 +02:00
- remove old sh4 blit
This commit is contained in:
@@ -1102,7 +1102,6 @@ int CMovieBrowser::exec(const char* path)
|
||||
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(timeout);
|
||||
while (loop)
|
||||
{
|
||||
framebuffer->blit();
|
||||
g_RCInput->getMsgAbsoluteTimeout(&msg, &data, &timeoutEnd);
|
||||
|
||||
result = onButtonPress(msg);
|
||||
@@ -1190,7 +1189,6 @@ int CMovieBrowser::exec(const char* path)
|
||||
timeoutEnd = CRCInput::calcTimeoutEnd(timeout); // calcualate next timeout
|
||||
}
|
||||
hide();
|
||||
framebuffer->blit();
|
||||
//TRACE(" return %d\n",res);
|
||||
|
||||
m_prevBrowserSelection = m_currentBrowserSelection;
|
||||
|
Reference in New Issue
Block a user