fix: Fix TTS COM exception in IL2CPP
This commit is contained in:
10
Assets/Plugins/Windows/Interop.SpeechLib/SPVPRIORITY.cs
Normal file
10
Assets/Plugins/Windows/Interop.SpeechLib/SPVPRIORITY.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace SpeechLib {
|
||||
[TypeLibType(16)]
|
||||
public enum SPVPRIORITY {
|
||||
SPVPRI_NORMAL,
|
||||
SPVPRI_ALERT,
|
||||
SPVPRI_OVER
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user