gcc porting - successful compilation

This commit is contained in:
h4570
2021-01-12 19:34:30 +01:00
parent 67bbe2e674
commit bc41afdf89
12 changed files with 249 additions and 254 deletions
+2
View File
@@ -178,6 +178,8 @@ void Audio::startThread(FileService *t_fileService)
/** Main thread loop */
void Audio::threadLoop()
{
if (songPlaying)
songPlaying = 1; // GCC11: wtf? we need to put some code there, because song is not playing..
if (!songPlaying || !songLoaded)
return;
if (songFinished)