dsound: remove unused cxbxr flag from log
This commit is contained in:
parent
3209bf7be5
commit
5031f1aa65
|
@ -139,7 +139,6 @@ ENUM2STR_START(XMP_STATUS)
|
|||
ENUM2STR_CASE(XMP_STATUS_PENDING)
|
||||
ENUM2STR_CASE(XMP_STATUS_FLUSHED)
|
||||
ENUM2STR_CASE(XMP_STATUS_FAILURE)
|
||||
ENUM2STR_CASE((int)XMP_STATUS_RELEASE_CXBXR) // NOTE: Custom status for Cxbx-Reloaded.
|
||||
ENUM2STR_END_and_LOGRENDER(XMP_STATUS)
|
||||
|
||||
FLAGS2STR_START(XMO_STREAMF)
|
||||
|
|
|
@ -225,7 +225,6 @@ XMEDIAPACKET, *PXMEDIAPACKET, *LPXMEDIAPACKET;
|
|||
#define XMP_STATUS_PENDING E_PENDING
|
||||
#define XMP_STATUS_FLUSHED E_ABORT
|
||||
#define XMP_STATUS_FAILURE E_FAIL
|
||||
#define XMP_STATUS_RELEASE_CXBXR 0xFFFFFFFF
|
||||
|
||||
// ******************************************************************
|
||||
// * XMEDIAINFO
|
||||
|
|
Loading…
Reference in New Issue