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
|
|
@ -256,3 +256,10 @@ int DivPlatformYM2610Ext::init(DivEngine* parent, int channels, int sugRate, boo
|
|||
reset();
|
||||
return 16;
|
||||
}
|
||||
|
||||
void DivPlatformYM2610Ext::quit() {
|
||||
DivPlatformYM2610::quit();
|
||||
}
|
||||
|
||||
DivPlatformYM2610Ext::~DivPlatformYM2610Ext() {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue