Restore the bulk submission optimization for Steam Link

This commit is contained in:
Cameron Gutman
2019-05-01 22:31:52 -07:00
parent 21f2b1224a
commit e6a48481a5
3 changed files with 39 additions and 8 deletions

View File

@@ -109,7 +109,7 @@ SLVideoDecoder::submitDecodeUnit(PDECODE_UNIT du)
return DR_OK;
}
void SLVideoDecoder::slLogCallback(void *context, ESLVideoLog logLevel, const char *message)
void SLVideoDecoder::slLogCallback(void*, ESLVideoLog logLevel, const char *message)
{
SDL_LogPriority priority;