sysDef refactor, part 1 - PLEASE READ NOTE

THIS WILL NOT COMPILE!!!
i'm still working on it

to @cam900: DO NOT PULL TO YOUR ES5506 BRANCH YET - wait until I am done
with this refactor

to @grauw: DO NOT PULL TO YOUR OPL4 BRANCH YET - wait until I am done
with this refactor
This commit is contained in:
tildearrow 2022-04-26 18:32:33 -05:00
parent e8f29cf122
commit 351c22cb77
5 changed files with 526 additions and 44 deletions

View file

@ -2425,6 +2425,9 @@ bool DivEngine::deinitAudioBackend() {
#endif
bool DivEngine::init() {
// register systems
registerSystems();
// init config
#ifdef _WIN32
configPath=getWinConfigPath();