engine: init device
This commit is contained in:
parent
ebd20070e1
commit
7c0b796315
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ pub const Module = struct {
|
||||||
|
|
||||||
core.allocator = allocator;
|
core.allocator = allocator;
|
||||||
try core.init(.{});
|
try core.init(.{});
|
||||||
|
mach.state().device = core.device;
|
||||||
mach.state().exit = false;
|
mach.state().exit = false;
|
||||||
|
|
||||||
try adapter.send(.init);
|
try adapter.send(.init);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue