NScumm.Core.Audio.SoftSynth.CMSMusicPlugin.GetDevices C# (CSharp) Method

GetDevices() public method

public GetDevices ( ) : IList
return IList
        public override IList<MusicDevice> GetDevices()
        {
            return new []{ new MusicDevice(this, string.Empty, MusicType.CMS) };
        }