Update
This commit is contained in:
@@ -48,8 +48,7 @@ public class Audio : EngineModule
|
||||
break;
|
||||
case TargetPlatform.Switch:
|
||||
options.SourcePaths.Add(Path.Combine(Globals.EngineRoot, "Source", "Platforms", "Switch", "Engine", "Audio"));
|
||||
//options.CompileEnv.PreprocessorDefinitions.Add("AUDIO_API_SWITCH"); // TODO: impl audio on switch
|
||||
useNone = true;
|
||||
options.CompileEnv.PreprocessorDefinitions.Add("AUDIO_API_SWITCH");
|
||||
break;
|
||||
default: throw new InvalidPlatformException(options.Platform.Target);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user