aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio.Backends.OpenAL/OpenALAudioBuffer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Audio.Backends.OpenAL/OpenALAudioBuffer.cs')
-rw-r--r--Ryujinx.Audio.Backends.OpenAL/OpenALAudioBuffer.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Ryujinx.Audio.Backends.OpenAL/OpenALAudioBuffer.cs b/Ryujinx.Audio.Backends.OpenAL/OpenALAudioBuffer.cs
deleted file mode 100644
index 050b52a9..00000000
--- a/Ryujinx.Audio.Backends.OpenAL/OpenALAudioBuffer.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace Ryujinx.Audio.Backends.OpenAL
-{
- class OpenALAudioBuffer
- {
- public int BufferId;
- public ulong DriverIdentifier;
- public ulong SampleCount;
- }
-}