mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 21:21:57 -04:00
enable audio
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
#define DUSK_AUDIO_H
|
||||
|
||||
#if TARGET_PC
|
||||
#define DUSK_AUDIO_DISABLED 1
|
||||
#define DUSK_AUDIO_DISABLED 0
|
||||
#else
|
||||
#define DUSK_AUDIO_DISABLED 0
|
||||
#endif
|
||||
|
||||
#if TARGET_PC
|
||||
#define DUSK_AUDIO_SKIP(...) return __VA_ARGS__;
|
||||
#define DUSK_AUDIO_SKIP(...)
|
||||
#else
|
||||
#define DUSK_AUDIO_SKIP(...)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user