From 769c9a0ab3a95d1a96e0686ce20ac81e99bd5171 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Sun, 17 Jan 2021 14:22:00 -0800 Subject: [PATCH] Start implementing linux user directory --- platform_linux/linux_4ed_functions.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platform_linux/linux_4ed_functions.cpp b/platform_linux/linux_4ed_functions.cpp index 5044b8b7..ce99b1d7 100644 --- a/platform_linux/linux_4ed_functions.cpp +++ b/platform_linux/linux_4ed_functions.cpp @@ -42,6 +42,11 @@ system_get_path(Arena* arena, System_Path_Code path_code){ result = string_remove_last_folder(SCu8(buf, n)); } break; + + case SystemPath_UserDirectory: + { + + }break; } return(result);