summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/sys_main.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sys/sys_main.c b/src/sys/sys_main.c
index 284a1194..af0f66a9 100644
--- a/src/sys/sys_main.c
+++ b/src/sys/sys_main.c
@@ -95,6 +95,16 @@ char *Sys_DefaultInstallPath(void)
/*
=================
+Sys_DefaultAppPath
+=================
+*/
+char *Sys_DefaultAppPath(void)
+{
+ return Sys_BinaryPath();
+}
+
+/*
+=================
Sys_In_Restart_f
Restart the input subsystem