fix: Fix TTS COM exception in IL2CPP
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace SpeechLib {
|
||||
public enum SpeechDataKeyLocation {
|
||||
SDKLDefaultLocation = 0,
|
||||
SDKLCurrentUser = 1,
|
||||
SDKLLocalMachine = 2,
|
||||
SDKLCurrentConfig = 5
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user