From 980858186149651df5543b6fc99a4f7db0cdd089 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 27 Sep 2022 17:03:06 +0200 Subject: WIP --- src/settings/ps1/inc/settings/port.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/settings/ps1/inc/settings/port.h (limited to 'src/settings/ps1') 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 */ -- cgit v1.2.3