Xbox buildfixes

This commit is contained in:
Ethan Lee
2024-12-13 11:34:39 -05:00
parent 80b9986418
commit 9628549c7c
2 changed files with 26 additions and 11 deletions

View File

@@ -141,3 +141,10 @@ char *SDL_SYS_GetUserFolder(SDL_Folder folder)
SDL_Unsupported();
return NULL;
}
// TODO
char *SDL_SYS_GetCurrentDirectory(void)
{
SDL_Unsupported();
return NULL;
}