mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 04:35:38 +00:00
Temporary Device property.
This commit is contained in:
parent
a384059b1b
commit
2c0de25dfd
|
@ -291,6 +291,9 @@ namespace OpenTK.Audio
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
// TODO: Remove before release!
|
||||||
|
public IntPtr Device { get { return device_handle.Handle; } }
|
||||||
|
|
||||||
#region --- Public Members ---
|
#region --- Public Members ---
|
||||||
|
|
||||||
#region public static string[] AvailableDevices
|
#region public static string[] AvailableDevices
|
||||||
|
|
Loading…
Reference in a new issue