Sync SDL2 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-07-29 19:46:06 +00:00
parent 0ba3d9862d
commit eee439debe
1 changed files with 4 additions and 4 deletions

View File

@ -3100,10 +3100,10 @@ extern "C" {
* try opening a path to discover that SDL adjusts the path to elsewhere, so
* this hint allows that behavior to be disabled.
*
* If running from a App Bundle, this will be MyApp.app/Contents/Resources.
* If running as a normal Unix-like process, this will be the directory where
* the running binary lives. Setting this hint to 0 avoids this and just
* uses the requested path as-is.
* If running from a App Bundle, this will be MyApp.app/Contents/Resources. If
* running as a normal Unix-like process, this will be the directory where the
* running binary lives. Setting this hint to 0 avoids this and just uses the
* requested path as-is.
*
* This variable can be set to the following values:
*