• Yuxuan Shui's avatar
    dmime: AudioPathConfig is not AudioPath. · a300815c
    Yuxuan Shui authored
    AudioPaths are created from IDirectMusicPerformance::CreateAudioPath and CreateStandardAudioPath, and
    don't have an IDirectMusicObject or an IPersistStream interface. On the other hand AudioPathConfigs
    are loaded from files, and do have IDirectMusicObject and IPersistStream.
    
    They were somehow confused with each other and implemented in the same struct, this commit fixes that.
    a300815c
dmime_main.c 7.66 KB