This commit is contained in:
tildearrow 2024-08-13 04:40:26 -05:00
parent b5e500d85d
commit e475b29ec3
5 changed files with 31 additions and 2 deletions

View file

@ -3916,6 +3916,9 @@ bool DivEngine::preInit(bool noSafeMode) {
// register systems
if (!systemsRegistered) registerSystems();
// register ROM exports
if (!romExportsRegistered) registerROMExports();
// TODO: re-enable with a better approach
// see issue #1581
/*