We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c61a94 commit 4db8fe2Copy full SHA for 4db8fe2
include/SDL3/SDL_storage.h
@@ -334,6 +334,10 @@ typedef struct SDL_Storage SDL_Storage;
334
/**
335
* Opens up a read-only container for the application's filesystem.
336
*
337
+ * By default, SDL_OpenTitleStorage uses the generic storage implementation.
338
+ * When the path override is not provided, the generic implementation will use
339
+ * the output of SDL_GetBasePath as the base path.
340
+ *
341
* \param override a path to override the backend's default title root.
342
* \param props a property list that may contain backend-specific information.
343
* \returns a title storage container on success or NULL on failure; call
0 commit comments