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:
parent
e8f29cf122
commit
351c22cb77
5 changed files with 526 additions and 44 deletions
|
|
@ -2425,6 +2425,9 @@ bool DivEngine::deinitAudioBackend() {
|
|||
#endif
|
||||
|
||||
bool DivEngine::init() {
|
||||
// register systems
|
||||
registerSystems();
|
||||
|
||||
// init config
|
||||
#ifdef _WIN32
|
||||
configPath=getWinConfigPath();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue