Make sampman stream functions default to stream 0 + type fixes

This commit is contained in:
Sergeanur
2021-06-24 02:59:42 +03:00
parent fe65f20a30
commit 5156626582
5 changed files with 78 additions and 78 deletions

View File

@@ -371,7 +371,7 @@ cSampleManager::InitialiseSampleBanks(void)
}
void
cSampleManager::SetStreamedFileLoopFlag(uint8 nLoopFlag, uint8 nChannel)
cSampleManager::SetStreamedFileLoopFlag(bool8 nLoopFlag, uint8 nChannel)
{
}