Make SPU wait for boot up sound to finish

This commit is contained in:
Jaby
2022-09-08 20:36:54 +02:00
parent 9f916d79ee
commit 00cdabb5de
4 changed files with 41 additions and 19 deletions

View File

@@ -6,6 +6,7 @@ namespace GPU {
}
namespace SPU {
void stop_voices();
void setup();
}