|
@@ -27,6 +27,7 @@
|
|
/* Available title storage drivers */
|
|
/* Available title storage drivers */
|
|
static TitleStorageBootStrap *titlebootstrap[] = {
|
|
static TitleStorageBootStrap *titlebootstrap[] = {
|
|
&GENERIC_titlebootstrap,
|
|
&GENERIC_titlebootstrap,
|
|
|
|
+ NULL
|
|
};
|
|
};
|
|
|
|
|
|
/* Available user storage drivers */
|
|
/* Available user storage drivers */
|
|
@@ -35,6 +36,7 @@ static UserStorageBootStrap *userbootstrap[] = {
|
|
&STEAM_userbootstrap,
|
|
&STEAM_userbootstrap,
|
|
#endif
|
|
#endif
|
|
&GENERIC_userbootstrap,
|
|
&GENERIC_userbootstrap,
|
|
|
|
+ NULL
|
|
};
|
|
};
|
|
|
|
|
|
struct SDL_Storage
|
|
struct SDL_Storage
|