disabled file service

This commit is contained in:
h4570
2020-12-26 17:29:07 +01:00
parent 7f9f86d7c3
commit d0c2dfcaa3
6 changed files with 38 additions and 93 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ public:
private:
u8 songLoaded, volume, realVolume, songPlaying, songInLoop, songFinished;
std::vector<AudioListenerRef> songListeners;
std::vector<AudioListenerRef *> songListeners;
FILE *wav;
audsrv_fmt_t format;
FileService *fileService;