diff options
| author | ValdikSS <iam@valdikss.org.ru> | 2025-01-05 16:08:27 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-05 14:08:27 +0100 |
| commit | 5d5dd3a3bc8824b81fb262c1c4b698d74a0d44c7 (patch) | |
| tree | 20e1d03f1ef130a6bd1ebe71a04244f0ef015ba1 /docs | |
| parent | 5fa65a4b38c1a449af3703a3f760eb09bc9dbca8 (diff) | |
| download | box64-5d5dd3a3bc8824b81fb262c1c4b698d74a0d44c7.tar.gz box64-5d5dd3a3bc8824b81fb262c1c4b698d74a0d44c7.zip | |
Document `BOX64_ARG0` argv[0] rewriting variable (#2234)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 237f386a..e74c11ad 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -307,6 +307,11 @@ Do not load vulkan libraries. * 0 : Load vulkan libraries if found. (default) * 1 : Disables loading of vulkan libraries, both native and x86_64. (can be useful on Pi4, where the vulkan driver is not quite there yet.) +#### BOX64_ARG0 +Define argv[0] of the executable. + * yyyy +Will rewrite argv[0] instead of using program path. + ---- ### DynaRec optimizations |