sysDef refactor, part 2

to @cam900 and @grauw: you may now pull this to your branch.
check out the comments in sysDef.cpp though.
This commit is contained in:
tildearrow 2022-04-27 00:56:15 -05:00
parent 351c22cb77
commit 24d60507e7
15 changed files with 495 additions and 1644 deletions

View file

@ -2426,7 +2426,7 @@ bool DivEngine::deinitAudioBackend() {
bool DivEngine::init() {
// register systems
registerSystems();
if (!systemsRegistered) registerSystems();
// init config
#ifdef _WIN32