lib cleanup and sync for mips vu support

This commit is contained in:
2020-01-05 13:24:19 +01:00
parent ed84d0ac6e
commit 60f6a1f4be
137 changed files with 311 additions and 58 deletions

View File

@@ -654,7 +654,7 @@ void cVideo::SetVideoMode(analog_mode_t mode)
bool cVideo::ShowPicture(const char * fname)
{
bool ret = false;
hal_info("%s(%s)\n", __func__, fname);
hal_debug("%s(%s)\n", __func__, fname);
if (video_standby)
{
/* does not work and the driver does not seem to like it */