mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 06:40:48 +00:00
(rsound) C89 build fix
This commit is contained in:
parent
f0d42a125e
commit
dbe6429508
@ -106,7 +106,7 @@ enum rsd_format
|
|||||||
RSD_S32_NE = 0x1000,
|
RSD_S32_NE = 0x1000,
|
||||||
RSD_U32_LE = 0x2000,
|
RSD_U32_LE = 0x2000,
|
||||||
RSD_U32_BE = 0x4000,
|
RSD_U32_BE = 0x4000,
|
||||||
RSD_U32_NE = 0x8000,
|
RSD_U32_NE = 0x8000
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Defines operations that can be used with rsd_set_param() */
|
/* Defines operations that can be used with rsd_set_param() */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user