global.set has been implemented, but not diff xmit for globals

This commit is contained in:
2023-04-05 18:41:03 -04:00
parent 74f7686b85
commit f0f4ad8609
10 changed files with 260 additions and 152 deletions

View File

@@ -1016,7 +1016,7 @@ static void init_engine_wrapper_helper(EngineWrapper *w) {
w->replay_initialize = replaycore_initialize;
w->replay_step = replaycore_step;
w->hook_dprintf = util::hook_dprintf;
w->hook_dprint = util::hook_dprint;
w->release = release;
};