|
|
1.1 ! root 1: // ! 2: // nono ! 3: // Copyright (C) 2021 nono project ! 4: // Licensed under nono-license.txt ! 5: // ! 6: ! 7: // ! 8: // サウンドの None ドライバ ! 9: // ! 10: ! 11: #pragma once ! 12: ! 13: #include "sounddriver.h" ! 14: ! 15: class SoundDriverNone : public SoundDriver ! 16: { ! 17: using inherited = SoundDriver; ! 18: public: ! 19: explicit SoundDriverNone(HostDevice *hostdev_); ! 20: ~SoundDriverNone() override; ! 21: ! 22: void Write(const int16 *) override; ! 23: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.