# Copyright (c) 2026 Dominic Masters # # This software is released under the MIT License. # https://opensource.org/licenses/MIT # Sources target_sources(${DUSK_LIBRARY_TARGET_NAME} PUBLIC savepsp.c savestreampsp.c ) # PSP only needs one Dusk-side save slot - a future main-menu save picker # will let players manage multiple named saves through the OS's own # sceUtilitySavedata browser instead of Dusk maintaining its own numbered # slots (see save/saveslot.h for the default used by every other platform). target_compile_definitions(${DUSK_LIBRARY_TARGET_NAME} PUBLIC SAVE_SLOT_COUNT_MAX=1 )