PSP: Add locale support

This commit is contained in:
Wouter Wijsman
2024-11-22 11:05:03 +01:00
committed by Sam Lantinga
parent e94ba6e700
commit 3a2b595c4f
2 changed files with 81 additions and 0 deletions

View File

@@ -2695,6 +2695,9 @@ elseif(PSP)
)
set(HAVE_SDL_THREADS TRUE)
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/locale/psp/*.c")
set(HAVE_SDL_LOCALE TRUE)
set(SDL_TIME_PSP 1)
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/time/psp/*.c")
set(HAVE_SDL_TIME TRUE)