mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
video_omap: remove debug message
This commit is contained in:
parent
ae3f005f54
commit
1e0b0970e8
@ -96,7 +96,6 @@ static omapfb_page_t *get_page(omapfb_data_t *pdata) {
|
|||||||
if (&pdata->pages[i] == pdata->old_page)
|
if (&pdata->pages[i] == pdata->old_page)
|
||||||
continue;
|
continue;
|
||||||
if (!pdata->pages[i].used) {
|
if (!pdata->pages[i].used) {
|
||||||
RARCH_LOG("video_omap: page %u is free\n", i);
|
|
||||||
page = &pdata->pages[i];
|
page = &pdata->pages[i];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user