lots of changes
- GUI: ability to load files - GUI: arrow key navigation - fix sample volumes
This commit is contained in:
parent
29d7be032a
commit
52087edceb
30 changed files with 377 additions and 37 deletions
|
|
@ -277,3 +277,10 @@ int DivPlatformGenesisExt::init(DivEngine* parent, int channels, int sugRate, bo
|
|||
reset();
|
||||
return 13;
|
||||
}
|
||||
|
||||
void DivPlatformGenesisExt::quit() {
|
||||
DivPlatformGenesis::quit();
|
||||
}
|
||||
|
||||
DivPlatformGenesisExt::~DivPlatformGenesisExt() {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue