mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-09-23 09:40:05 +00:00
eliminate os_core, move into base; eliminate regs, move into arch abstraction layer, define x64 regs in x64 layer; move win32 backend for os core (now base) functionality to top-level win32 layer
This commit is contained in:
@@ -335,7 +335,7 @@ fp_font_open(String8 path)
|
||||
//- rjf: try to open font
|
||||
for(PathTask *t = first_task; t != 0 && font.file == 0; t = t->next)
|
||||
{
|
||||
B32 file_exists = (os_properties_from_file_path(t->path).created != 0);
|
||||
B32 file_exists = (properties_from_file_path(t->path).created != 0);
|
||||
String16 path16 = str16_from_8(scratch.arena, t->path);
|
||||
if(file_exists)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user