c11.refactor (base should be mapped)

This commit is contained in:
2025-02-08 10:42:32 -05:00
parent 9afebbea54
commit 6dd05ebcd9
8 changed files with 435 additions and 182 deletions
+1 -1
View File
@@ -8,6 +8,6 @@
void
set_thread_name(String8 string) {
ProfThreadName("%.*s", str8_varg(string));
prof_thread_name("%.*s", str8_varg(string));
os_set_thread_name(string);
}