custom config directory
This commit is contained in:
parent
8bdbd1074f
commit
f42cfcbdc8
7 changed files with 103 additions and 3 deletions
|
|
@ -82,6 +82,7 @@ class DivEngine {
|
|||
DivAudioEngines audioEngine;
|
||||
bool isMuted[17];
|
||||
std::mutex isBusy;
|
||||
String configPath;
|
||||
|
||||
short vibTable[64];
|
||||
|
||||
|
|
@ -124,6 +125,9 @@ class DivEngine {
|
|||
// reset playback state
|
||||
void reset();
|
||||
|
||||
// get config path
|
||||
String getConfigPath();
|
||||
|
||||
// get sys channel count
|
||||
int getChannelCount(DivSystem sys);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue