Implement SDL_GetPath stub for all OSes
This commit is contained in:
parent
ef2ad2b0c6
commit
7f2ef4d02f
13 changed files with 263 additions and 136 deletions
|
@ -232,4 +232,11 @@ SDL_GetPrefPath(const char *org, const char *app)
|
|||
return retval;
|
||||
}
|
||||
|
||||
/* TODO */
|
||||
char *SDL_GetPath(SDL_Folder folder)
|
||||
{
|
||||
SDL_Unsupported();
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#endif /* __WINRT__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue