/** * Copyright (c) 2026 Dominic Masters * * This software is released under the MIT License. * https://opensource.org/licenses/MIT */ #pragma once #include "savedevicepsp.h" #define SAVE_DEVICE_COUNT 1 #define saveDevicePlatformInit saveDevicePSPInit #define saveDevicePlatformUpdate saveDevicePSPUpdate #define saveDeviceCheckAvailabilityPlatform saveDevicePSPCheckAvailability #define saveDevicePlatformDispose saveDevicePSPDispose