aboutsummaryrefslogtreecommitdiff
path: root/src/container/ps1
diff options
context:
space:
mode:
Diffstat (limited to 'src/container/ps1')
-rw-r--r--src/container/ps1/inc/container/port.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/container/ps1/inc/container/port.h b/src/container/ps1/inc/container/port.h
new file mode 100644
index 0000000..aaf2f96
--- /dev/null
+++ b/src/container/ps1/inc/container/port.h
@@ -0,0 +1,6 @@
+#ifndef CONTAINER_PS1_H
+#define CONTAINER_PS1_H
+
+#define container_load(path, list, n) container_load_ex("cdrom:\\"path";1", list, n)
+
+#endif /* CONTAINER_PS1_H */