mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-17 23:01:25 -07:00
move part of file evaluations onto new async file reads
This commit is contained in:
@@ -71,6 +71,7 @@ fs_change_gen(void)
|
||||
internal AC_Artifact
|
||||
fs_artifact_create(String8 key, B32 *retry_out)
|
||||
{
|
||||
ProfBeginFunction();
|
||||
Temp scratch = scratch_begin(0, 0);
|
||||
|
||||
//- rjf: unpack key
|
||||
@@ -187,6 +188,7 @@ fs_artifact_create(String8 key, B32 *retry_out)
|
||||
MemoryCopyStruct(&artifact, &content_key);
|
||||
|
||||
scratch_end(scratch);
|
||||
ProfEnd();
|
||||
return artifact;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user