1.1 --- a/include/SDL_hints.h Thu Sep 17 22:14:37 2015 +0200
1.2 +++ b/include/SDL_hints.h Thu Sep 17 22:21:12 2015 +0200
1.3 @@ -532,14 +532,28 @@
1.4 *
1.5 */
1.6 #define SDL_HINT_MAC_BACKGROUND_APP "SDL_MAC_BACKGROUND_APP"
1.7 -
1.8 +
1.9 /**
1.10 * \brief Android APK expansion main file version. Should be a string number like "1", "2" etc.
1.11 + *
1.12 + * Must be set together with SDL_HINT_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION.
1.13 + *
1.14 + * If both hints were set then SDL_RWFromFile() will look into expansion files
1.15 + * after a given relative path was not found in the internal storage and assets.
1.16 + *
1.17 + * By default this hint is not set and the APK expansion files are not searched.
1.18 */
1.19 #define SDL_HINT_ANDROID_APK_EXPANSION_MAIN_FILE_VERSION "SDL_ANDROID_APK_EXPANSION_MAIN_FILE_VERSION"
1.20
1.21 /**
1.22 * \brief Android APK expansion patch file version. Should be a string number like "1", "2" etc.
1.23 + *
1.24 + * Must be set together with SDL_HINT_ANDROID_APK_EXPANSION_MAIN_FILE_VERSION.
1.25 + *
1.26 + * If both hints were set then SDL_RWFromFile() will look into expansion files
1.27 + * after a given relative path was not found in the internal storage and assets.
1.28 + *
1.29 + * By default this hint is not set and the APK expansion files are not searched.
1.30 */
1.31 #define SDL_HINT_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION "SDL_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION"
1.32