mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-03 22:28:44 +00:00
setup os_init() for manually starting up os_context
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
Context ctx;
|
||||
Context ctx = {0};
|
||||
init(& ctx);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user