time: Convert the PS2 time implementation to a dummy implementation

SDL has no dummy fallback for the RTC functions, and the PS2 implementation is just an empty dummy implementation, so rename it and build it if no system-specific time functionality is found.
This commit is contained in:
Frank Praznik
2026-06-25 10:39:18 -04:00
parent 9f4327068e
commit 8554d1c23c
3 changed files with 13 additions and 14 deletions

View File

@@ -383,9 +383,9 @@
#cmakedefine SDL_TIME_WINDOWS 1
#cmakedefine SDL_TIME_VITA 1
#cmakedefine SDL_TIME_PSP 1
#cmakedefine SDL_TIME_PS2 1
#cmakedefine SDL_TIME_N3DS 1
#cmakedefine SDL_TIME_NGAGE 1
#cmakedefine SDL_TIME_DUMMY 1
#cmakedefine SDL_TIME_PRIVATE 1