mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-27 01:40:12 +00:00
setup os_init() for manually starting up os_context
This commit is contained in:
@@ -100,7 +100,7 @@ void os_abort(S32 exit_code) { exit(exit_code); }
|
||||
OS_Handle
|
||||
os_file_open(OS_AccessFlags flags, String8 path)
|
||||
{
|
||||
TempArena scratch = scratch_begin(0, 0);
|
||||
TempArena scratch = scratch_begin(0, 0);
|
||||
{
|
||||
String8 path_copy = push_str8_copy(scratch.arena, path);
|
||||
int lnx_flags = 0;
|
||||
|
||||
Reference in New Issue
Block a user