add ROM export framework, part 1
This commit is contained in:
parent
6663fc274d
commit
07ed76a63b
8 changed files with 123 additions and 9 deletions
|
|
@ -2580,6 +2580,10 @@ int DivEngine::divToFileRate(int drate) {
|
|||
return 4;
|
||||
}
|
||||
|
||||
void DivEngine::testFunction() {
|
||||
logI("it works!");
|
||||
}
|
||||
|
||||
int DivEngine::getEffectiveSampleRate(int rate) {
|
||||
if (rate<1) return 0;
|
||||
switch (song.system[0]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue