Skip to content

Commit

Permalink
Recognize a few more propid names
Browse files Browse the repository at this point in the history
  • Loading branch information
kcat committed Mar 4, 2025
1 parent a60fd19 commit 23f04af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/guidprinter.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
#include "vmanager.h"


DEFINE_GUID(DSPROPSETID_ZOOMFX_BufferProperties, 0xcd5368e0, 0x3450, 0x11d3, 0x8b, 0x6e, 0x00, 0x10, 0x5a, 0x9b, 0x7b, 0xbc);
DEFINE_GUID(DSPROPSETID_I3DL2_ListenerProperties, 0xda0f0520, 0x300a, 0x11d3, 0x8a, 0x2b, 0x00, 0x60, 0x97, 0x0d, 0xb0, 0x11);
DEFINE_GUID(DSPROPSETID_I3DL2_BufferProperties, 0xda0f0521, 0x300a, 0x11d3, 0x8a, 0x2b, 0x00, 0x60, 0x97, 0x0d, 0xb0, 0x11);


struct IidTag { };
struct ClsidTag { };
struct PropidTag { };
Expand Down Expand Up @@ -78,6 +83,9 @@ class GuidPrinter {
CHECKID(EAXPROPERTYID_EAX40_Source)
CHECKID(DSPROPSETID_VoiceManager)
CHECKID(DSPROPSETID_DirectSoundDevice)
CHECKID(DSPROPSETID_ZOOMFX_BufferProperties)
CHECKID(DSPROPSETID_I3DL2_ListenerProperties)
CHECKID(DSPROPSETID_I3DL2_BufferProperties)
if(mIdStr) return;

store(guid);
Expand Down

0 comments on commit 23f04af

Please # to comment.