-romout command line export
consolidate DivEngine::isROMExportViable function from FurnaceGUI::updateROMExportAvail to avoid copy-paste
This commit is contained in:
parent
addb50e384
commit
55a189444f
5 changed files with 118 additions and 51 deletions
|
|
@ -908,6 +908,8 @@ class DivEngine {
|
|||
|
||||
// get ROM export definition
|
||||
const DivROMExportDef* getROMExportDef(DivROMExportOptions opt);
|
||||
// check whether ROM export option is viable for current song
|
||||
bool isROMExportViable(DivROMExportOptions opt);
|
||||
|
||||
// convert sample rate format
|
||||
int fileToDivRate(int frate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue