From abf7a8974bfaf1e4e3bb804404993071371ea870 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sat, 15 Nov 2025 19:30:59 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_filesystem.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_filesystem.h b/include/SDL3/SDL_filesystem.h index df043a0f1e..67f6d7ac8e 100644 --- a/include/SDL3/SDL_filesystem.h +++ b/include/SDL3/SDL_filesystem.h @@ -77,7 +77,8 @@ extern "C" { * - `parent`: the containing directory of the bundle. For example: * `/Applications/SDLApp/` * - * **Android Specific Functionality**: This function returns "./", which allows filesystem operations to use internal storage and the asset system. + * **Android Specific Functionality**: This function returns "./", which + * allows filesystem operations to use internal storage and the asset system. * * **Nintendo 3DS Specific Functionality**: This function returns "romfs" * directory of the application as it is uncommon to store resources outside