mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-01 20:39:08 +00:00
Added CU8 playback support (#3166)
This commit is contained in:
@@ -52,6 +52,7 @@ class FileConvertReader : public stream::Reader {
|
||||
const File& file() const& { return file_; }
|
||||
|
||||
bool convert_c8_to_c16{};
|
||||
bool convert_cu8_to_c16{};
|
||||
|
||||
protected:
|
||||
File file_{};
|
||||
|
||||
Reference in New Issue
Block a user