|
|
|
@ -18,6 +18,10 @@ |
|
|
|
public const string dll = "fmod" + dllSuffix; |
|
|
|
#elif UNITY_STANDALONE_OSX
|
|
|
|
public const string dll = "fmod" + dllSuffix; |
|
|
|
#elif UNITY_PS4 || UNITY_PS5
|
|
|
|
public const string dll = "libfmod" + dllSuffix; |
|
|
|
#elif UNITY_GAMECORE
|
|
|
|
public const string dll = "fmod" + dllSuffix; |
|
|
|
#endif
|
|
|
|
} |
|
|
|
} |