storage: Declare a private bootstrap for NDA user storage
This commit is contained in:
@@ -34,6 +34,9 @@ static TitleStorageBootStrap *titlebootstrap[] = {
|
|||||||
static UserStorageBootStrap *userbootstrap[] = {
|
static UserStorageBootStrap *userbootstrap[] = {
|
||||||
#ifdef SDL_STORAGE_STEAM
|
#ifdef SDL_STORAGE_STEAM
|
||||||
&STEAM_userbootstrap,
|
&STEAM_userbootstrap,
|
||||||
|
#endif
|
||||||
|
#ifdef SDL_STORAGE_PRIVATE
|
||||||
|
&PRIVATE_userbootstrap,
|
||||||
#endif
|
#endif
|
||||||
&GENERIC_userbootstrap,
|
&GENERIC_userbootstrap,
|
||||||
NULL
|
NULL
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ extern TitleStorageBootStrap GENERIC_titlebootstrap;
|
|||||||
// Steam does not have title storage APIs
|
// Steam does not have title storage APIs
|
||||||
|
|
||||||
extern UserStorageBootStrap GENERIC_userbootstrap;
|
extern UserStorageBootStrap GENERIC_userbootstrap;
|
||||||
|
extern UserStorageBootStrap PRIVATE_userbootstrap;
|
||||||
extern UserStorageBootStrap STEAM_userbootstrap;
|
extern UserStorageBootStrap STEAM_userbootstrap;
|
||||||
|
|
||||||
extern SDL_Storage *GENERIC_OpenFileStorage(const char *path);
|
extern SDL_Storage *GENERIC_OpenFileStorage(const char *path);
|
||||||
|
|||||||
Reference in New Issue
Block a user