aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio/AudioFormat.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Audio/AudioFormat.cs')
-rw-r--r--Ryujinx.Audio/AudioFormat.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Ryujinx.Audio/AudioFormat.cs b/Ryujinx.Audio/AudioFormat.cs
deleted file mode 100644
index 8250d136..00000000
--- a/Ryujinx.Audio/AudioFormat.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-namespace Ryujinx.Audio
-{
- public enum AudioFormat
- {
- Invalid = 0,
- PcmInt8 = 1,
- PcmInt16 = 2,
- PcmImt24 = 3,
- PcmImt32 = 4,
- PcmFloat = 5,
- Adpcm = 6
- }
-} \ No newline at end of file