custom config directory

This commit is contained in:
tildearrow 2021-12-19 03:16:24 -05:00
parent 8bdbd1074f
commit f42cfcbdc8
7 changed files with 103 additions and 3 deletions

View file

@ -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);