mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-22 11:18:14 +00:00
Added SDL_OpenFileStorage() for local file storage
This commit is contained in:
@@ -137,6 +137,11 @@ SDL_Storage *SDL_OpenUserStorage(const char *org, const char *app, SDL_Propertie
|
||||
return storage;
|
||||
}
|
||||
|
||||
SDL_Storage *SDL_OpenFileStorage(const char *path)
|
||||
{
|
||||
return GENERIC_OpenFileStorage(path);
|
||||
}
|
||||
|
||||
SDL_Storage *SDL_OpenStorage(const SDL_StorageInterface *iface, void *userdata)
|
||||
{
|
||||
SDL_Storage *storage;
|
||||
|
Reference in New Issue
Block a user