mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-24 05:31:00 +00:00
Marshal alcMakeContextCurrent return value as I1. Just to see if it helps Mono.
This commit is contained in:
parent
ec9b9fd59c
commit
73696dae49
|
@ -114,6 +114,7 @@ namespace OpenTK.OpenAL
|
|||
/// <param name="context">A pointer to the new context.</param>
|
||||
/// <returns>Returns True on success, or False on failure.</returns>
|
||||
[DllImport(Alc.Lib,EntryPoint = "alcMakeContextCurrent",ExactSpelling = true,CallingConvention = Alc.Style),SuppressUnmanagedCodeSecurity( )]
|
||||
[return: MarshalAs(UnmanagedType.I1)]
|
||||
public static extern bool MakeContextCurrent( [In] IntPtr context );
|
||||
// ALC_API ALCboolean ALC_APIENTRY alcMakeContextCurrent( ALCcontext *context );
|
||||
|
||||
|
|
Loading…
Reference in a new issue