Add SDL_GetPath() for default OS folders (#7665)

This commit is contained in:
Semphriss 2023-05-04 14:38:11 -04:00 committed by GitHub
parent 72e5a52c51
commit c1dab7745a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 672 additions and 0 deletions

View file

@ -877,3 +877,4 @@
#define SDL_TryLockRWLockForWriting SDL_TryLockRWLockForWriting_REAL
#define SDL_UnlockRWLock SDL_UnlockRWLock_REAL
#define SDL_DestroyRWLock SDL_DestroyRWLock_REAL
#define SDL_GetPath SDL_GetPath_REAL