diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-02-19 13:14:14 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-02-19 13:14:14 +1100 |
commit | e097e3e8e31ae8d7db9b2a75d64ffcc791c99100 (patch) | |
tree | 6b32203b4a36ded574e76bdfaa4fd4d95d7a7844 /source/core/StarAudio.hpp | |
parent | fd5f27f974715cf6d84b6cc4063a962c59fc385f (diff) |
put streamed audio behind an ifdef due to music bug
Diffstat (limited to 'source/core/StarAudio.hpp')
-rw-r--r-- | source/core/StarAudio.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/StarAudio.hpp b/source/core/StarAudio.hpp index 443c74e..f68cfe7 100644 --- a/source/core/StarAudio.hpp +++ b/source/core/StarAudio.hpp @@ -1,6 +1,7 @@ #pragma once #include "StarIODevice.hpp" +//#define STAR_STREAM_AUDIO namespace Star { |