Add Switch platform
This commit is contained in:
@@ -46,6 +46,9 @@ public class Audio : EngineModule
|
||||
case TargetPlatform.Android:
|
||||
useOpenAL = true;
|
||||
break;
|
||||
case TargetPlatform.Switch:
|
||||
useNone = true;
|
||||
break;
|
||||
default: throw new InvalidPlatformException(options.Platform.Target);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user