aboutsummaryrefslogtreecommitdiff
path: root/src/settings/ps1
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-09-27 17:03:06 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-11-01 16:26:16 +0100
commit980858186149651df5543b6fc99a4f7db0cdd089 (patch)
treed347200b0a562d84df505097651ad0642f207fdd /src/settings/ps1
parent39f50e601d395bbd2d78d0147ac530b756da2fff (diff)
downloadjancity-980858186149651df5543b6fc99a4f7db0cdd089.tar.gz
WIP
Diffstat (limited to 'src/settings/ps1')
-rw-r--r--src/settings/ps1/inc/settings/port.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/settings/ps1/inc/settings/port.h b/src/settings/ps1/inc/settings/port.h
new file mode 100644
index 0000000..2792717
--- /dev/null
+++ b/src/settings/ps1/inc/settings/port.h
@@ -0,0 +1,16 @@
+#ifndef SETTINGS_PORT_H
+#define SETTINGS_PORT_H
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+#define settings_load(path, s) settings_load_ex("bu00:\\" path, s)
+#define settings_save(path, s) settings_save_ex("bu00:\\" path, s)
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* SETTINGS_PORT_H */