mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-28 06:34:49 +00:00
add AOT.MonoPInvokeCallback at MediaObject So that Fmod can work.
This commit is contained in:
@@ -251,7 +251,9 @@ namespace Raindrop.Media
|
||||
/// <param name="commanddata1"></param>
|
||||
/// <param name="commanddata2"></param>
|
||||
/// <returns></returns>
|
||||
protected RESULT DispatchEndCallback(
|
||||
/// We changed this to static, in hope that it will fix that nasty IL2cpp does not support marshalling runtime error
|
||||
[AOT.MonoPInvokeCallback(typeof(CHANNELCONTROL_CALLBACK))]
|
||||
protected static RESULT DispatchEndCallback(
|
||||
IntPtr channelraw,
|
||||
CHANNELCONTROL_TYPE controltype,
|
||||
CHANNELCONTROL_CALLBACK_TYPE type,
|
||||
|
||||
Reference in New Issue
Block a user