aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/commoninclude
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/ds/commoninclude')
-rw-r--r--backends/platform/ds/commoninclude/NDS/scummvm_ipc.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/backends/platform/ds/commoninclude/NDS/scummvm_ipc.h b/backends/platform/ds/commoninclude/NDS/scummvm_ipc.h
index 6a20f775c6..743d158d34 100644
--- a/backends/platform/ds/commoninclude/NDS/scummvm_ipc.h
+++ b/backends/platform/ds/commoninclude/NDS/scummvm_ipc.h
@@ -33,6 +33,18 @@
//////////////////////////////////////////////////////////////////////
+
+
+//---------------------------------------------------------------------------------
+typedef struct sTransferSound {
+//---------------------------------------------------------------------------------
+ TransferSoundData data[16];
+ u8 count;
+ u8 PADDING[3];
+} TransferSound, * pTransferSound;
+
+
+
typedef struct _adpcmBuffer {
u8* buffer[8];
bool filled[8];